pub trait Mat3Ext {
    fn as_array(&self) -> [f32; 9];
}

Required methods

Implementors