Function nalgebra_glm::make_mat2x4[][src]

pub fn make_mat2x4<T: Scalar>(ptr: &[T]) -> TMat2x4<T>
Expand description

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