Function nalgebra_glm::make_mat3x3

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

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