3ds Max C++ API Reference
|
Classes | |
class | IPoint3 |
Functions | |
int | MaxComponent (const IPoint3 &p) |
int | MinComponent (const IPoint3 &p) |
float | Length (const IPoint3 &p) |
constexpr int | LengthSquared (const IPoint3 &p) |
constexpr int | DotProd (const IPoint3 &a, const IPoint3 &b) |
constexpr IPoint3 | CrossProd (const IPoint3 &a, const IPoint3 &b) |
constexpr IPoint3 | operator* (const IPoint3 &p, int f) |
constexpr IPoint3 | operator* (int f, const IPoint3 &p) |
constexpr IPoint3 | operator+ (const IPoint3 &p, int f) |
constexpr IPoint3 | operator+ (int f, const IPoint3 &p) |
constexpr IPoint3 | operator- (const IPoint3 &p, int f) |
IPoint3 | operator/ (const IPoint3 &p, int f) |