pub(crate) const fn matvecmul(m: &[[f32; 3]; 3], x: [f32; 3]) -> [f32; 3]
Multiplication m * x of a 3x3-matrix m and a 3-vector x.
m * x
m
x