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