This class is another version of Matrix3 where the matrix is initialized to the identity by the default constructor.
#include <object.h>
Public Member Functions |
|
IdentityTM () | |
Constructor. |
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;
{ IdentityMatrix(); }