pub fn mat3_to_mat2<T>(
m: &Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>,
) -> Matrix<T, Const<2>, Const<2>, ArrayStorage<T, 2, 2>>where
T: Scalar,Expand description
Converts a 3x3 matrix to a 2x2 matrix.
pub fn mat3_to_mat2<T>(
m: &Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>,
) -> Matrix<T, Const<2>, Const<2>, ArrayStorage<T, 2, 2>>where
T: Scalar,Converts a 3x3 matrix to a 2x2 matrix.