Hermes
|
This is the complete list of members for hermes::Matrix4x4< T >, including all inherited members.
column_major(T *a) const | hermes::Matrix4x4< T > | inline |
componentCount() | hermes::MathElement< T, 16 > | inlinestatic |
I() | hermes::Matrix4x4< T > | inlinestatic |
isIdentity() const | hermes::Matrix4x4< T > | inline |
Matrix4x4(bool is_identity=false) | hermes::Matrix4x4< T > | inlineexplicit |
Matrix4x4(std::initializer_list< T > values, bool columnMajor=false) | hermes::Matrix4x4< T > | inline |
Matrix4x4(const T mat[16], bool columnMajor=false) | hermes::Matrix4x4< T > | inlineexplicit |
Matrix4x4(T mat[4][4]) | hermes::Matrix4x4< T > | inlineexplicit |
Matrix4x4(T m00, T m01, T m02, T m03, T m10, T m11, T m12, T m13, T m20, T m21, T m22, T m23, T m30, T m31, T m32, T m33) | hermes::Matrix4x4< T > | inline |
memoryDumpLayout() | hermes::MathElement< T, 16 > | inlinestatic |
numeric_data | hermes::MathElement< T, 16 > | static |
numericTypeSizeInBytes() | hermes::MathElement< T, 16 > | inlinestatic |
operator!=(const Matrix4x4< T > &B) const (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
operator*(const Matrix4x4< T > &B) const (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
operator*(const Vector4< T > &v) const (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
operator*=(T s) (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
operator==(const Matrix4x4< T > &B) const (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
operator[](u32 row_index) (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
operator[](u32 row_index) const (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |
row_major(T *a) const | hermes::Matrix4x4< T > | inline |
setIdentity() (defined in hermes::Matrix4x4< T >) | hermes::Matrix4x4< T > | inline |