pub fn mat3_as_slice(m: &Mat3Impl) -> &[f32]
Get Mat3 data as a &[f32] slice (column-major order).
Mat3
&[f32]