Function matmatmul

Source
pub(crate) const fn matmatmul(
    ma: &[[f32; 3]; 3],
    mb: &[[f32; 3]; 3],
) -> [[f32; 3]; 3]
Expand description

Multiplication ma * mb of two 3x3-matrices ma and mb.