IdentityTM Class Reference
 
 
 
IdentityTM Class Reference

#include <object.h>

Inheritance diagram for IdentityTM:
Matrix3 MaxHeapOperators

Class Description

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

See also:
Class Matrix3

Public Member Functions

  IdentityTM ()
  Constructor.

Constructor & Destructor Documentation

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;