Expand description
Matrix types and utilities for glam
.
Structs§
- DMat23
- A 2x3 column-major matrix.
- DMat32
- A 3x2 column-major matrix.
- Mat23
- A 2x3 column-major matrix.
- Mat32
- A 3x2 column-major matrix.
- SymmetricD
Mat2 - The bottom left triangle (including the diagonal) of a symmetric 2x2 column-major matrix.
- SymmetricD
Mat3 - The bottom left triangle (including the diagonal) of a symmetric 3x3 column-major matrix.
- SymmetricD
Mat4 - The bottom left triangle (including the diagonal) of a symmetric 4x4 column-major matrix.
- SymmetricD
Mat5 - The bottom left triangle (including the diagonal) of a symmetric 5x5 column-major matrix.
- SymmetricD
Mat6 - The bottom left triangle (including the diagonal) of a symmetric 6x6 column-major matrix.
- Symmetric
Eigen2 - The eigen decomposition of a
SymmetricMat2
. - Symmetric
Eigen3 - The eigen decomposition of a
SymmetricMat3
. - Symmetric
Mat2 - The bottom left triangle (including the diagonal) of a symmetric 2x2 column-major matrix.
- Symmetric
Mat3 - The bottom left triangle (including the diagonal) of a symmetric 3x3 column-major matrix.
- Symmetric
Mat4 - The bottom left triangle (including the diagonal) of a symmetric 4x4 column-major matrix.
- Symmetric
Mat5 - The bottom left triangle (including the diagonal) of a symmetric 5x5 column-major matrix.
- Symmetric
Mat6 - The bottom left triangle (including the diagonal) of a symmetric 6x6 column-major matrix.
Enums§
- MatConversion
Error - An error that can occur when converting matrices to other representations.
Traits§
- Mat2Ext
- An extension trait for 2x2 matrices.
- Mat3Ext
- An extension trait for 3x3 matrices.
- Mat4Ext
- An extension trait for 4x4 matrices.
- Square
MatExt - An extension trait for matrices.