Function make_mat4x2

Source
pub fn make_mat4x2<T>(
    ptr: &[T],
) -> Matrix<T, Const<4>, Const<2>, ArrayStorage<T, 4, 2>>
where T: Scalar,
Expand description

Creates a 4x2 matrix from a slice arranged in column-major order.