Function nalgebra_glm::make_mat2x2

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

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