pub type Matrix2<T> = Matrix<T, 2, 2>;Expand description
A static 2x2 matrix alias for Matrix<T, 2, 2>.
Aliased Typeยง
pub struct Matrix2<T> { /* private fields */ }pub type Matrix2<T> = Matrix<T, 2, 2>;A static 2x2 matrix alias for Matrix<T, 2, 2>.
pub struct Matrix2<T> { /* private fields */ }