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