pub fn mat3(m: &Mat3Impl, row: usize, col: usize) -> f32
Get element at (row, col) from a Mat3.
(row, col)
Mat3