Matrix Class Reference

List of all members.

Public Member Functions

 Matrix (const float m00, const float m10, const float m20, const float m01, const float m11, const float m21, const float m02, const float m12, const float m22)
 Matrix (const Matrix &other)
Matrix operator* (const Matrix &other) const
Matrixoperator*= (const Matrix &other)
Matrix GetInverse () const
MatrixInverse ()
MatrixIdentity ()
MatrixRotation (const float fRotation)
MatrixTranslation (const float fTranslationX, const float fTranslationY)
MatrixScaling (const float fScaleX, const float fScaleY)
float GetDeterminant () const

Public Attributes

float _00
float _10
float _20
float _01
float _11
float _21
float _02
float _12
float _22

The documentation for this class was generated from the following file:
 All Classes Functions Variables

Generated on Fri Nov 20 15:29:20 2009 for PhysTank by  doxygen 1.6.1