pub fn mat3_row(m: &Mat3Impl, i: usize) -> [f32; 3]
Extract a row from a Mat3 as [f32; 3].
Mat3
[f32; 3]