This is the complete list of members for
Matrix, including all inherited members.
_11 | Matrix | |
_12 | Matrix | |
_13 | Matrix | |
_14 | Matrix | |
_21 | Matrix | |
_22 | Matrix | |
_23 | Matrix | |
_24 | Matrix | |
_31 | Matrix | |
_32 | Matrix | |
_33 | Matrix | |
_34 | Matrix | |
_41 | Matrix | |
_42 | Matrix | |
_43 | Matrix | |
_44 | Matrix | |
FromAxisAngle(const Vector &vAxis, float fAngle) | Matrix | |
FromEuler(const Vector &vAngles) | Matrix | |
Invert(void) | Matrix | |
IsIdentity(void) const | Matrix | |
IsRigid(void) const | Matrix | |
m_fAlignDummy | Matrix | |
m_fData | Matrix | |
m_vAlignDummy | Matrix | |
Matrix(void) | Matrix | [inline] |
Matrix(const Matrix &m) | Matrix | [inline] |
Matrix(float f11, float f12, float f13, float f14, float f21, float f22, float f23, float f24, float f31, float f32, float f33, float f34, float f41, float f42, float f43, float f44) | Matrix | [inline] |
Matrix(const double *pMatrix) | Matrix | |
operator const float *(void) const | Matrix | [inline] |
operator float *(void) | Matrix | [inline] |
operator()(int iRow, int iColumn) | Matrix | [inline] |
operator()(int iRow, int iColumn) const | Matrix | [inline] |
operator*(const Matrix &m) const | Matrix | |
operator*(float) const | Matrix | |
operator*=(float) | Matrix | |
operator*=(const Matrix &m) | Matrix | |
operator+(const Matrix &) const | Matrix | |
operator==(const Matrix &m) const | Matrix | |
ProjectedTransform(const Vector &v, float fW=1.0f) const | Matrix | [inline] |
SetIdentity(void) | Matrix | |
SetRow(int iRowIndex, const Vector &vValue) | Matrix | |
ToEuler(void) const | Matrix | |
Transform(const Vector &v, float fW=1.0f) const | Matrix | [inline] |
Transform(const Vector &v, float fW, float &fRW) const | Matrix | [inline] |
TransformDirection(const Vector &v) const | Matrix | [inline] |
Transpose(void) | Matrix | |