pub type Mat4CP<T> = Matrix<4, 4, T, VecPacked, ColumnMajor>;
Expand description
Type alias to Matrix<4, 4, T, VecPacked, ColumnMajor>
.
If you don’t know the difference between VecAligned
and VecPacked
, use Mat4C
.
Aliased Type§
struct Mat4CP<T> { /* private fields */ }