CodeSubWars 0.4.7b
ARSTD::Matrix44< Type > Member List

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() constARSTD::Matrix44< Type >
getRotationAsQuaternion() constARSTD::Matrix44< Type >
getTranslation()ARSTD::Matrix44< Type >
getTranslation() constARSTD::Matrix44< Type >
getXAxis()ARSTD::Matrix44< Type >
getXAxis() constARSTD::Matrix44< Type >
getYAxis()ARSTD::Matrix44< Type >
getYAxis() constARSTD::Matrix44< Type >
getZAxis()ARSTD::Matrix44< Type >
getZAxis() constARSTD::Matrix44< Type >
IDENTITYARSTD::Matrix44< Type >static
inverse(const Matrix44< Type > &mat)ARSTD::Matrix44< Type >static
invert()ARSTD::Matrix44< Type >
isIdentity(const Type &epsilon=EPSILON) constARSTD::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 >

Generated at Sun Aug 7 2022 for project CodeSubWars. www.codesubwars.org