adjoint() const | Ogre::Matrix4 | |
CLIPSPACE2DTOIMAGESPACE | Ogre::Matrix4 | static |
concatenate(const Matrix4 &m2) const | Ogre::Matrix4 | inline |
determinant() const | Ogre::TransformBaseReal | |
extract3x3Matrix(Matrix3 &m3x3) const | Ogre::TransformBaseReal | inline |
extractQuaternion() const | Ogre::TransformBaseReal | inline |
getTrans() const | Ogre::TransformBase< 4, Real > | inline |
IDENTITY | Ogre::Matrix4 | static |
inverse() const | Ogre::Matrix4 | |
linear() const | Ogre::TransformBaseReal | inline |
makeInverseTransform(const Vector3 &position, const Vector3 &scale, const Quaternion &orientation) | Ogre::TransformBaseReal | |
makeTrans(const Vector3 &v) | Ogre::TransformBaseReal | inline |
makeTrans(Real tx, Real ty, Real tz) | Ogre::TransformBaseReal | inline |
makeTransform(const Vector3 &position, const Vector3 &scale, const Quaternion &orientation) | Ogre::TransformBaseReal | |
Matrix4() | Ogre::Matrix4 | inline |
Matrix4(Real m00, Real m01, Real m02, Real m03, Real m10, Real m11, Real m12, Real m13, Real m20, Real m21, Real m22, Real m23, Real m30, Real m31, Real m32, Real m33) | Ogre::Matrix4 | inline |
Matrix4(const U *ptr) | Ogre::Matrix4 | inlineexplicit |
Matrix4(const Real *arr) | Ogre::Matrix4 | inlineexplicit |
Matrix4(const Matrix3 &m3x3) | Ogre::Matrix4 | inlineexplicit |
Matrix4(const Quaternion &rot) | Ogre::Matrix4 | inlineexplicit |
operator!=(const Matrix4 &m2) const | Ogre::Matrix4 | inline |
operator*(Real scalar) const | Ogre::Matrix4 | inline |
operator=(const Matrix3 &mat3) | Ogre::Matrix4 | inline |
operator==(const Matrix4 &m2) const | Ogre::Matrix4 | inline |
operator[](size_t iRow) | Ogre::TransformBase< 4, Real > | inline |
operator[](size_t iRow) const | Ogre::TransformBase< 4, Real > | inline |
set3x3Matrix(const Matrix3 &mat3) | Ogre::TransformBaseReal | inline |
setScale(const Vector< 3, Real > &v) | Ogre::TransformBase< 4, Real > | inline |
setTrans(const Vector< 3, Real > &v) | Ogre::TransformBase< 4, Real > | inline |
TransformBase() | Ogre::TransformBase< 4, Real > | inline |
TransformBase(const U *ptr) | Ogre::TransformBase< 4, Real > | inlineexplicit |
TransformBase(const TransformBase< rows, U > &o) | Ogre::TransformBase< 4, Real > | inlineexplicit |
TransformBaseReal() | Ogre::TransformBaseReal | inline |
TransformBaseReal(const U *ptr) | Ogre::TransformBaseReal | inlineexplicit |
transpose() const | Ogre::TransformBaseReal | inline |
ZERO | Ogre::Matrix4 | static |