pub fn mat4_iter(m: &Mat4Impl) -> impl Iterator<Item = &f64>
Iterate over DMat4 elements (column-major order).
DMat4