t
|
This is the complete list of members for t::Matrix4x4, including all inherited members.
clone() const | t::Matrix4x4 | inline |
copy(const Matrix4x4 &source) | t::Matrix4x4 | inline |
determinant() const | t::Matrix4x4 | inline |
elements | t::Matrix4x4 | |
fromRotation(const EulerRotation &angle) | t::Matrix4x4 | inlinestatic |
fromScale(const Vector3 &scaleFactor) | t::Matrix4x4 | inlinestatic |
fromTranslation(const Vector3 &distance) | t::Matrix4x4 | inlinestatic |
get(int row, int column) const | t::Matrix4x4 | inline |
identity() | t::Matrix4x4 | inlinestatic |
inverse() const | t::Matrix4x4 | inline |
Matrix4x4(double _n11, double _n12, double _n13, double _n14, double _n21, double _n22, double _n23, double _n24, double _n31, double _n32, double _n33, double _n34, double _n41, double _n42, double _n43, double _n44) | t::Matrix4x4 | inline |
operator* | t::Matrix4x4 | friend |
operator* | t::Matrix4x4 | friend |
operator* | t::Matrix4x4 | friend |
operator* | t::Matrix4x4 | friend |
operator*=(const Matrix4x4 &m) | t::Matrix4x4 | inline |
operator*=(double s) | t::Matrix4x4 | inline |
operator+ | t::Matrix4x4 | friend |
operator+ | t::Matrix4x4 | friend |
operator+ | t::Matrix4x4 | friend |
operator+=(const Matrix4x4 &m) | t::Matrix4x4 | inline |
operator+=(double s) | t::Matrix4x4 | inline |
operator- | t::Matrix4x4 | friend |
operator- | t::Matrix4x4 | friend |
operator- | t::Matrix4x4 | friend |
operator-=(const Matrix4x4 &m) | t::Matrix4x4 | inline |
operator-=(double s) | t::Matrix4x4 | inline |
operator/ | t::Matrix4x4 | friend |
operator/ | t::Matrix4x4 | friend |
operator/ | t::Matrix4x4 | friend |
operator/=(const Matrix4x4 &m) | t::Matrix4x4 | inline |
operator/=(double s) | t::Matrix4x4 | inline |
operator== | t::Matrix4x4 | friend |
operator[](std::size_t index) const | t::Matrix4x4 | inline |
reset() | t::Matrix4x4 | inline |
set(double _n11, double _n12, double _n13, double _n14, double _n21, double _n22, double _n23, double _n24, double _n31, double _n32, double _n33, double _n34, double _n41, double _n42, double _n43, double _n44) | t::Matrix4x4 | inline |
set(int row, int column, int value) | t::Matrix4x4 | inline |
topLeft3x3Matrix() const | t::Matrix4x4 | inline |
transpose() const | t::Matrix4x4 | inline |
zero() | t::Matrix4x4 | inlinestatic |