Skip to main content

mul

Function mul 

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

Matrix product a * b (the transform b is applied first, then a).