pub fn mat4_from_f32_array(arr: [f32; 16]) -> Mat4Expand description
Constructs a glam::Mat4 from a column-major [f32; 16] array.
pub fn mat4_from_f32_array(arr: [f32; 16]) -> Mat4Constructs a glam::Mat4 from a column-major [f32; 16] array.