Function nalgebra_glm::make_mat3

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

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