pub fn mat3_iter(m: &Mat3Impl) -> impl Iterator<Item = &f32>
Iterate over Mat3 elements (column-major order).
Mat3