Trait na::AsMat[][src]

pub trait AsMat<T> {
    fn as_mat(&self) -> &T;
}

Required methods

fn as_mat(&self) -> &T[src]

Loading content...

Implementors

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

Loading content...