Trait Mat3Ext
three_d::core::math
pub trait Mat3Ext { fn to_slice(&self) -> [f32; 9]; }
fn to_slice(&self) -> [f32; 9]
impl Mat3Ext for Mat3