Hugintrunk
0.1
|
This is the complete list of members for Matrix3, including all inherited members.
Determinant() const | Matrix3 | inline |
GetRotationPT(double &Yaw, double &Pitch, double &Roll) | Matrix3 | |
Identity | Matrix3 | static |
Inverse() const | Matrix3 | |
m | Matrix3 | |
Matrix3() | Matrix3 | |
Matrix3(const Matrix3 &ot) | Matrix3 | |
operator!=(Matrix3 &ot) const | Matrix3 | inline |
operator*(const Matrix3 &ot) const | Matrix3 | |
operator*=(double s) | Matrix3 | |
operator*=(Matrix3 ot) | Matrix3 | |
operator/=(double s) | Matrix3 | |
operator=(const Matrix3 &ot) | Matrix3 | |
operator==(Matrix3 &ot) const | Matrix3 | inline |
Print(std::ostream &o) const | Matrix3 | |
SetIdentity() | Matrix3 | |
SetRotation(double Yaw, double Pitch, double Roll) | Matrix3 | |
SetRotationPT(double yaw, double pitch, double roll) | Matrix3 | |
SetRotationX(double a) | Matrix3 | |
SetRotationY(double a) | Matrix3 | |
SetRotationZ(double a) | Matrix3 | |
TransformVector(const Vector3 &V) const | Matrix3 | inline |
Transpose() | Matrix3 | inline |