Function nalgebra_glm::make_mat4x4

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

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