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