Compare(const Matrix4x4 &right, const double &tol) const | Matrix4x4 | |
GetValuesOpenGl(double values[16]) | Matrix4x4 | |
Identity() | Matrix4x4 | [static] |
Inverse() const | Matrix4x4 | |
Matrix4x4() | Matrix4x4 | |
operator *(const Matrix4x4 &right) const | Matrix4x4 | |
operator *(const Vector4 &right) const | Matrix4x4 | |
operator *=(const Matrix4x4 &right) | Matrix4x4 | |
operator Matrixmxn() const | Matrix4x4 | |
operator!=(const Matrix4x4 &right) const | Matrix4x4 | |
operator()(const unsigned int row, const unsigned int col) | Matrix4x4 | [inline] |
operator()(const unsigned int row, const unsigned int col) const | Matrix4x4 | [inline] |
operator<(const Matrix4x4 &right) const | Matrix4x4 | |
operator==(const Matrix4x4 &right) const | Matrix4x4 | |
Rotate(const Vector4 &axis, double angle) | Matrix4x4 | |
Rotate2(const Vector4 &axis, double angle) | Matrix4x4 | |
Scale(const double x, const double y, const double z) | Matrix4x4 | |
SetValues(const double values[16]) | Matrix4x4 | |
SetValues(const Matrix4x4 &values) | Matrix4x4 | |
Translate(const double x, const double y, const double z) | Matrix4x4 | |
Translate(const Vector4 &offset) | Matrix4x4 | |
Transpose() const | Matrix4x4 | |
values | Matrix4x4 | |
~Matrix4x4() | Matrix4x4 | [virtual] |