Flint Engine / Guide / API Reference

mat4_mul

Function mat4_mul 

Source
pub fn mat4_mul(a: &[[f32; 4]; 4], b: &[[f32; 4]; 4]) -> [[f32; 4]; 4]
Expand description

Multiply two 4x4 column-major matrices