Function nalgebra_glm::make_mat2x2

source ·
pub fn make_mat2x2<T: Scalar>(ptr: &[T]) -> TMat2<T>
Expand description

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