Function nalgebra_glm::make_mat4x4

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

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