Cafu Engine
cf::math::Matrix3x3T< T > Member List

This is the complete list of members for cf::math::Matrix3x3T< T >, including all inherited members.

GetAxis(unsigned int i) const cf::math::Matrix3x3T< T >inline
GetFromAngles_COMPAT(const AnglesT< T > &Angles)cf::math::Matrix3x3T< T >static
GetInverse(bool *Result=NULL) const cf::math::Matrix3x3T< T >
GetRotateMatrix(T Angle, const Vector3T< T > &Axis)cf::math::Matrix3x3T< T >static
GetRotateXMatrix(T Angle)cf::math::Matrix3x3T< T >static
GetRotateYMatrix(T Angle)cf::math::Matrix3x3T< T >static
GetRotateZMatrix(T Angle)cf::math::Matrix3x3T< T >static
GetScaleMatrix(T sx, T sy, T sz)cf::math::Matrix3x3T< T >static
GetTranspose() const cf::math::Matrix3x3T< T >
Identitycf::math::Matrix3x3T< T >static
IsEqual(const Matrix3x3T &Other, const T Epsilon=0) const cf::math::Matrix3x3T< T >inline
mcf::math::Matrix3x3T< T >
Matrix3x3T()cf::math::Matrix3x3T< T >inline
Matrix3x3T(const float M[3][3])cf::math::Matrix3x3T< T >inline
Matrix3x3T(const double M[3][3])cf::math::Matrix3x3T< T >inline
Matrix3x3T(T m00, T m01, T m02, T m10, T m11, T m12, T m20, T m21, T m22)cf::math::Matrix3x3T< T >inline
Matrix3x3T(const AnglesT< T > &Angles)cf::math::Matrix3x3T< T >
Matrix3x3T(const QuaternionT< T > &Quat)cf::math::Matrix3x3T< T >
Mul(const Vector3T< T > &v) const cf::math::Matrix3x3T< T >inline
Mul(const T v[3], T out[3]) const cf::math::Matrix3x3T< T >inline
MulTranspose(const Vector3T< T > &v) const cf::math::Matrix3x3T< T >inline
operator!=(const Matrix3x3T &Other) const cf::math::Matrix3x3T< T >inline
operator*(const Matrix3x3T &Other) const cf::math::Matrix3x3T< T >
operator*(const Vector3T< T > &v) const cf::math::Matrix3x3T< T >inline
operator==(const Matrix3x3T &Other) const cf::math::Matrix3x3T< T >inline
operator[](unsigned long i)cf::math::Matrix3x3T< T >inline
operator[](unsigned long i) const cf::math::Matrix3x3T< T >inline
RotateX_MR(T Angle)cf::math::Matrix3x3T< T >
RotateX_RM(T Angle)cf::math::Matrix3x3T< T >
RotateY_MR(T Angle)cf::math::Matrix3x3T< T >
RotateY_RM(T Angle)cf::math::Matrix3x3T< T >
RotateZ_MR(T Angle)cf::math::Matrix3x3T< T >
RotateZ_RM(T Angle)cf::math::Matrix3x3T< T >
Scale_MS(T sx, T sy, T sz)cf::math::Matrix3x3T< T >
Scale_SM(T sx, T sy, T sz)cf::math::Matrix3x3T< T >
ToAngles_COMPAT() const cf::math::Matrix3x3T< T >