pub fn mat3_from_column_slice(data: &[f32]) -> Mat3Impl
Create a Mat3 from a column-major slice.
Mat3