Function mat2_to_mat3

Source
pub fn mat2_to_mat3<T>(
    m: &Matrix<T, Const<2>, Const<2>, ArrayStorage<T, 2, 2>>,
) -> Matrix<T, Const<3>, Const<3>, ArrayStorage<T, 3, 3>>
where T: Number,
Expand description

Converts a 2x2 matrix to a 3x3 matrix.