Trait rin::math::ToMat[][src]

pub trait ToMat<T> {
    pub fn to_mat(self) -> T;
}

Required methods

pub fn to_mat(self) -> T[src]

Loading content...

Implementors

impl<T> ToMat<Matrix<T, U4, U4, <DefaultAllocator as Allocator<T, U4, U4>>::Buffer>> for Orthographic3<T> where
    T: RealField
[src]

Loading content...