Crate glam_matrix_extras

Source
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.
SymmetricDMat2
The bottom left triangle (including the diagonal) of a symmetric 2x2 column-major matrix.
SymmetricDMat3
The bottom left triangle (including the diagonal) of a symmetric 3x3 column-major matrix.
SymmetricDMat4
The bottom left triangle (including the diagonal) of a symmetric 4x4 column-major matrix.
SymmetricDMat5
The bottom left triangle (including the diagonal) of a symmetric 5x5 column-major matrix.
SymmetricDMat6
The bottom left triangle (including the diagonal) of a symmetric 6x6 column-major matrix.
SymmetricEigen2
The eigen decomposition of a SymmetricMat2.
SymmetricEigen3
The eigen decomposition of a SymmetricMat3.
SymmetricMat2
The bottom left triangle (including the diagonal) of a symmetric 2x2 column-major matrix.
SymmetricMat3
The bottom left triangle (including the diagonal) of a symmetric 3x3 column-major matrix.
SymmetricMat4
The bottom left triangle (including the diagonal) of a symmetric 4x4 column-major matrix.
SymmetricMat5
The bottom left triangle (including the diagonal) of a symmetric 5x5 column-major matrix.
SymmetricMat6
The bottom left triangle (including the diagonal) of a symmetric 6x6 column-major matrix.

Enums§

MatConversionError
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.
SquareMatExt
An extension trait for matrices.