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

Required methods

Implementors