This is the complete list of members for ARSTD::Matrix44< Type >, including all inherited members.
equals(const Matrix44< Type > &lhs, const Matrix44< Type > &rhs, double fEpsilon=EPSILON) | ARSTD::Matrix44< Type > | related |
getRotationAsMatrix33() const | ARSTD::Matrix44< Type > | |
getRotationAsQuaternion() const | ARSTD::Matrix44< Type > | |
getTranslation() | ARSTD::Matrix44< Type > | |
getTranslation() const | ARSTD::Matrix44< Type > | |
getXAxis() | ARSTD::Matrix44< Type > | |
getXAxis() const | ARSTD::Matrix44< Type > | |
getYAxis() | ARSTD::Matrix44< Type > | |
getYAxis() const | ARSTD::Matrix44< Type > | |
getZAxis() | ARSTD::Matrix44< Type > | |
getZAxis() const | ARSTD::Matrix44< Type > | |
IDENTITY | ARSTD::Matrix44< Type > | static |
inverse(const Matrix44< Type > &mat) | ARSTD::Matrix44< Type > | static |
invert() | ARSTD::Matrix44< Type > | |
isIdentity(const Type &epsilon=EPSILON) const | ARSTD::Matrix44< Type > | |
makeHomogeneous(const EAxis &axis) | ARSTD::Matrix44< Type > | |
Matrix44(bool bInitAsIdentity=true) | ARSTD::Matrix44< Type > | explicit |
Matrix44(const Vector3< Type > &vecTranslation) | ARSTD::Matrix44< Type > | explicit |
Matrix44(const Matrix< Type > &mat) | ARSTD::Matrix44< Type > | explicit |
Matrix44(const Matrix33< Type > &rotation, const Vector3< Type > &vecTranslation) | ARSTD::Matrix44< Type > | |
Matrix44(const Quaternion< Type > &rotation, const Vector3< Type > &vecTranslation) | ARSTD::Matrix44< Type > | |
Matrix44(const Vector3< Type > &vecXAxis, const Vector3< Type > &vecYAxis, const Vector3< Type > &vecZAxis, const Vector3< Type > &vecTranslation) | ARSTD::Matrix44< Type > | |
Matrix44(const Vector4< Type > &vecColumn0, const Vector4< Type > &vecColumn1, const Vector4< Type > &vecColumn2, const Vector4< Type > &vecColumn3) | ARSTD::Matrix44< Type > | |
operator!=(const Matrix44< Type > &lhs, const Matrix44< Type > &rhs) | ARSTD::Matrix44< Type > | related |
operator*(const Matrix44< Type > &lhs, const Matrix44< Type > &rhs) | ARSTD::Matrix44< Type > | related |
operator*(const Matrix44< Type > &lhs, const Vector3< Type > &rhs) | ARSTD::Matrix44< Type > | related |
operator*(const Matrix44< Type > &lhs, const Vector4< Type > &rhs) | ARSTD::Matrix44< Type > | related |
operator*=(const Matrix44< Type > &other) | ARSTD::Matrix44< Type > | |
operator<<(std::ostream &stream, const Matrix44< Type > &mat) | ARSTD::Matrix44< Type > | related |
operator==(const Matrix44< Type > &lhs, const Matrix44< Type > &rhs) | ARSTD::Matrix44< Type > | related |
operator>>(std::istream &stream, Matrix44< Type > &mat) | ARSTD::Matrix44< Type > | related |
setIdentity() | ARSTD::Matrix44< Type > | |
setRotation(const Vector3< Type > &vecAxis, const Type &angle) | ARSTD::Matrix44< Type > | |
setRotation(const Matrix33< Type > &mat) | ARSTD::Matrix44< Type > | |
setRotation(const Quaternion< Type > &quat) | ARSTD::Matrix44< Type > | |
setTranslation(const Vector3< Type > &vecTranslation) | ARSTD::Matrix44< Type > | |
setXAxis(const Vector3< Type > &vecXAxis) | ARSTD::Matrix44< Type > | |
setYAxis(const Vector3< Type > &vecYAxis) | ARSTD::Matrix44< Type > | |
setZAxis(const Vector3< Type > &vecZAxis) | ARSTD::Matrix44< Type > | |
slerp(const Matrix44< Type > &mat1, const Matrix44< Type > &mat2, const double &t) | ARSTD::Matrix44< Type > | static |
transpose() | ARSTD::Matrix44< Type > | |
transposeRot() | ARSTD::Matrix44< Type > |