3ds Max C++ API Reference
|
Classes | |
class | Matrix2 |
Functions | |
Matrix2 | RotateMatrix (float angle) |
Matrix2 | TransMatrix (const Point2 &p) |
Matrix2 | ScaleMatrix (const Point2 &s) |
Matrix2 | Inverse (const Matrix2 &M) |
Point2 | operator* (const Matrix2 &A, const Point2 &V) |
Point2 | operator* (const Point2 &V, const Matrix2 &A) |
Point2 | VectorTransform (const Matrix2 &M, const Point2 &V) |
Matrix2 RotateMatrix | ( | float | angle | ) |