mudbox::Matrix Member List

This is the complete list of members for mudbox::Matrix, including all inherited members.
_11 mudbox::Matrix
_12 mudbox::Matrix
_13 mudbox::Matrix
_14 mudbox::Matrix
_21 mudbox::Matrix
_22 mudbox::Matrix
_23 mudbox::Matrix
_24 mudbox::Matrix
_31 mudbox::Matrix
_32 mudbox::Matrix
_33 mudbox::Matrix
_34 mudbox::Matrix
_41 mudbox::Matrix
_42 mudbox::Matrix
_43 mudbox::Matrix
_44 mudbox::Matrix
FromAxisAngle(const Vector &vAxis, float fAngle) mudbox::Matrix
FromEuler(const Vector &vAngles) mudbox::Matrix
Invert(void) mudbox::Matrix
IsIdentity(void) const mudbox::Matrix
IsRigid(void) const mudbox::Matrix
m_fData mudbox::Matrix
Matrix(void) mudbox::Matrix [inline]
Matrix(const Matrix &m) mudbox::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) mudbox::Matrix [inline]
Matrix(const double *pMatrix) mudbox::Matrix
operator *(const Matrix &m) const mudbox::Matrix
operator *(float) const mudbox::Matrix
operator *=(float) mudbox::Matrix
operator *=(const Matrix &m) mudbox::Matrix
operator const float *(void) const mudbox::Matrix [inline]
operator float *(void) mudbox::Matrix [inline]
operator()(int iRow, int iColumn) mudbox::Matrix [inline]
operator()(int iRow, int iColumn) const mudbox::Matrix [inline]
operator+(const Matrix &) const mudbox::Matrix
operator==(const Matrix &m) const mudbox::Matrix
ProjectedTransform(const Vector &v, float fW=1.0f) const mudbox::Matrix [inline]
SetIdentity(void) mudbox::Matrix
SetRow(int iRowIndex, const Vector &vValue) mudbox::Matrix
ToEuler(void) const mudbox::Matrix
Transform(const Vector &v, float fW=1.0f) const mudbox::Matrix [inline]
Transform(const Vector &v, float fW, float &fRW) const mudbox::Matrix [inline]
TransformDirection(const Vector &v) const mudbox::Matrix [inline]
Transpose(void) mudbox::Matrix