Function nalgebra_glm::make_mat3x3[][src]

pub fn make_mat3x3<T: Scalar>(ptr: &[T]) -> TMat3<T>

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