Trait na::ToMat[][src]

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

Required methods

fn to_mat(self) -> T[src]

Loading content...

Implementors

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

Loading content...