|
3ds Max C++ API Reference
|
This class is another version of Matrix3 where the matrix is initialized to the identity by the default constructor. More...
#include <object.h>
Inheritance diagram for IdentityTM:Public Member Functions | |
| IdentityTM () | |
| Constructor. | |
This class is another version of Matrix3 where the matrix is initialized to the identity by the default constructor.
|
inline |
Constructor.
The matrix is initialized to the identity matrix. There is also a global instance of this class available for use: extern IdentityTM idTM;