, including all inherited members.
CMatrix4f() | CMatrix4f | |
CMatrix4f(float in_f00, float in_f01, float in_f02, float in_f03, float in_f10, float in_f11, float in_f12, float in_f13, float in_f20, float in_f21, float in_f22, float in_f23, float in_f30, float in_f31, float in_f32, float in_f33) | CMatrix4f | |
CMatrix4f(const CMatrix4f &in_matrix4) | CMatrix4f | |
EpsilonEquals(const CMatrix4f &in_matrix4, float in_fEpsilon) const | CMatrix4f | |
Equals(const CMatrix4f &in_matrix4) const | CMatrix4f | |
Get(float &io_f00, float &io_f01, float &io_f02, float &io_f03, float &io_f10, float &io_f11, float &io_f12, float &io_f13, float &io_f20, float &io_f21, float &io_f22, float &io_f23, float &io_f30, float &io_f31, float &io_f32, float &io_f33) const | CMatrix4f | |
Get() | CMatrix4f | |
Get() const | CMatrix4f | |
GetValue(short in_sRow, short in_sCol) const | CMatrix4f | |
Invert(const CMatrix4f &in_matrix4) | CMatrix4f | |
InvertInPlace() | CMatrix4f | |
Mul(const CMatrix4f &in_matrix4A, const CMatrix4f &in_matrix4B) | CMatrix4f | |
MulInPlace(const CMatrix4f &in_matrix4) | CMatrix4f | |
operator!=(const CMatrix4f &in_matrix4) const | CMatrix4f | |
operator*=(const CMatrix4f &in_matrix4) | CMatrix4f | |
operator<(const CMatrix4f &in_matrix4) const | CMatrix4f | |
operator=(const CMatrix4f &in_matrix4) | CMatrix4f | |
operator==(const CMatrix4f &in_matrix4) const | CMatrix4f | |
Set(float in_f00, float in_f01, float in_f02, float in_f03, float in_f10, float in_f11, float in_f12, float in_f13, float in_f20, float in_f21, float in_f22, float in_f23, float in_f30, float in_f31, float in_f32, float in_f33) | CMatrix4f | |
Set(const float in_vals[4][4]) | CMatrix4f | |
SetIdentity() | CMatrix4f | |
SetValue(short in_sRow, short in_sCol, float in_fVal) | CMatrix4f | |
Transpose(const CMatrix4f &in_matrix4) | CMatrix4f | |
TransposeInPlace() | CMatrix4f | |
TransposeInverse(const CMatrix4f &in_matrix4) | CMatrix4f | |
TransposeInverseInPlace() | CMatrix4f | |
~CMatrix4f() | CMatrix4f | |