Function nalgebra_glm::make_mat3x4[][src]

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

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