Skip to main content

mat3_row

Function mat3_row 

Source
pub fn mat3_row(m: &Mat3Impl, i: usize) -> [f32; 3]
Expand description

Extract a row from a Mat3 as [f32; 3].