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

Required methods

Implementors