Trait AsMat
na
pub trait AsMat<T> { fn as_mat(&self) -> &T; }
fn as_mat(&self) -> &T
impl<T: RealField> AsMat<Matrix<T, U4, U4, <DefaultAllocator as Allocator<T, U4, U4>>::Buffer>> for Orthographic3<T>
fn as_mat(&self) -> &Matrix4<T>