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