Base Framework
|
This is the complete list of members for Matrix4x4< TYPE >, including all inherited members.
add(const Matrix4x4 &value) noexcept | Matrix4x4< TYPE > | inline |
deviationFromIdentity() const noexcept | Matrix4x4< TYPE > | inline |
deviationFromZero() const noexcept | Matrix4x4< TYPE > | inline |
divide(const TYPE &value) noexcept | Matrix4x4< TYPE > | inline |
elements | Matrix4x4< TYPE > | protected |
forceHomogeneous() noexcept | Matrix4x4< TYPE > | inline |
getAt(unsigned int row, unsigned int column) const noexcept | Matrix4x4< TYPE > | inline |
getDeterminant() const noexcept | Matrix4x4< TYPE > | inline |
getElements() noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |
getElements() const noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |
getInfinityNorm() const noexcept | Matrix4x4< TYPE > | inline |
getL1Norm() const noexcept | Matrix4x4< TYPE > | inline |
getQRotation(const Quaternion< TYPE > &quaternion) noexcept | Matrix4x4< TYPE > | inlinestatic |
getSquareHSNorm() const noexcept | Matrix4x4< TYPE > | inline |
getXRotation(TYPE angle) noexcept | Matrix4x4< TYPE > | inlinestatic |
getXYZRotation(const Vector3D< TYPE > rotation) noexcept | Matrix4x4< TYPE > | inlinestatic |
getYRotation(TYPE angle) noexcept | Matrix4x4< TYPE > | inlinestatic |
getZRotation(TYPE angle) noexcept | Matrix4x4< TYPE > | inlinestatic |
inverse(const Matrix4x4 &value) noexcept | Matrix4x4< TYPE > | inline |
inverse() noexcept | Matrix4x4< TYPE > | inline |
isDiagonal() const noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |
isEqual(const Matrix4x4 &value) const noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |
isSymmetric() const noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |
isZero() const noexcept | Matrix4x4< TYPE > | inline |
Matrix4x4() noexcept | Matrix4x4< TYPE > | inline |
Matrix4x4(const Matrix4x4 &_copy) noexcept | Matrix4x4< TYPE > | inline |
minus() const noexcept | Matrix4x4< TYPE > | inline |
multiply(const TYPE &value) noexcept | Matrix4x4< TYPE > | inline |
multiply(const Quaternion< TYPE > &value) noexcept | Matrix4x4< TYPE > | inline |
multiply(const Matrix4x4 &value) noexcept | Matrix4x4< TYPE > | inline |
negate() noexcept | Matrix4x4< TYPE > | inline |
operator*(const Matrix4x4< TYPE > &left, const TYPE &right) noexcept | Matrix4x4< TYPE > | related |
operator*(const TYPE &left, const Matrix4x4< TYPE > &right) noexcept | Matrix4x4< TYPE > | related |
operator*(const Matrix4x4< TYPE > &left, const Matrix4x4< TYPE > &right) noexcept | Matrix4x4< TYPE > | related |
operator*(const Matrix4x4< TYPE > &left, const Quaternion< TYPE > &right) noexcept | Matrix4x4< TYPE > | related |
operator*=(const TYPE &value) noexcept | Matrix4x4< TYPE > | inline |
operator+() const noexcept | Matrix4x4< TYPE > | inline |
operator+(const Matrix4x4< TYPE > &left, const Matrix4x4< TYPE > &right) noexcept | Matrix4x4< TYPE > | related |
operator+=(const Matrix4x4 &value) noexcept | Matrix4x4< TYPE > | inline |
operator-() const noexcept | Matrix4x4< TYPE > | inline |
operator-(const Matrix4x4< TYPE > &left, const Matrix4x4< TYPE > &right) noexcept | Matrix4x4< TYPE > | related |
operator-=(const Matrix4x4 &value) noexcept | Matrix4x4< TYPE > | inline |
operator/(const Matrix4x4< TYPE > &left, const TYPE &right) noexcept | Matrix4x4< TYPE > | related |
operator/=(const TYPE &value) noexcept | Matrix4x4< TYPE > | inline |
operator<<(FormatOutputStream &stream, const Matrix4x4< TYPE > &value) | Matrix4x4< TYPE > | related |
operator=(const Matrix4x4 &assign) noexcept | Matrix4x4< TYPE > | inline |
operator==(const Matrix4x4 &value) const noexcept | Matrix4x4< TYPE > | inline |
plus() const noexcept | Matrix4x4< TYPE > | inline |
setAt(unsigned int row, unsigned int column, const TYPE &value) noexcept | Matrix4x4< TYPE > | inline |
subtract(const Matrix4x4 &value) noexcept | Matrix4x4< TYPE > | inline |
transpose() noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |
transpose(const Matrix4x4 &value) noexcept (defined in Matrix4x4< TYPE >) | Matrix4x4< TYPE > | inline |