Matrix Member List
This is the complete list of members for
Matrix, including all inherited members.
_00 (defined in Matrix) | Matrix | |
_01 (defined in Matrix) | Matrix | |
_02 (defined in Matrix) | Matrix | |
_10 (defined in Matrix) | Matrix | |
_11 (defined in Matrix) | Matrix | |
_12 (defined in Matrix) | Matrix | |
_20 (defined in Matrix) | Matrix | |
_21 (defined in Matrix) | Matrix | |
_22 (defined in Matrix) | Matrix | |
GetDeterminant() const (defined in Matrix) | Matrix | [inline] |
GetInverse() const (defined in Matrix) | Matrix | [inline] |
Identity() (defined in Matrix) | Matrix | [inline] |
Inverse() (defined in Matrix) | Matrix | [inline] |
Matrix() (defined in Matrix) | Matrix | [inline] |
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) (defined in Matrix) | Matrix | [inline] |
Matrix(const Matrix &other) (defined in Matrix) | Matrix | [inline] |
operator*(const Matrix &other) const (defined in Matrix) | Matrix | [inline] |
operator*=(const Matrix &other) (defined in Matrix) | Matrix | [inline] |
Rotation(const float fRotation) (defined in Matrix) | Matrix | [inline] |
Scaling(const float fScaleX, const float fScaleY) (defined in Matrix) | Matrix | [inline] |
Translation(const float fTranslationX, const float fTranslationY) (defined in Matrix) | Matrix | [inline] |