3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IdentityTM Class 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.
 

Detailed Description

This class is another version of Matrix3 where the matrix is initialized to the identity by the default constructor.

See also
Class Matrix3

Constructor & Destructor Documentation

◆ IdentityTM()

IdentityTM ( )
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;

169{ IdentityMatrix(); }