3ds Max C++ API Reference
|
Classes | |
class | Point4 |
Functions | |
Point4 | CrossProd (const Point4 &a, const Point4 &b, const Point4 &c) |
int | MaxComponent (const Point4 &a) |
int | MinComponent (const Point4 &a) |
Point4 | Normalize (const Point4 &a) |
Point4 | FNormalize (const Point4 &a) |
float | Length (const Point4 &v) |
float | FLength (const Point4 &v) |
constexpr float | LengthSquared (const Point4 &v) |
constexpr Point4 | operator* (const Point4 &a, float f) |
constexpr Point4 | operator* (float f, const Point4 &a) |
Point4 | operator/ (const Point4 &a, float f) |
constexpr Point4 | operator+ (const Point4 &a, float f) |
constexpr Point4 | operator+ (float f, const Point4 &a) |
constexpr Point4 | operator- (const Point4 &a, float f) |
constexpr float | DotProd (const Point4 &a, const Point4 &b) |
|
inline |
|
inline |
|
constexpr |