Trait rin::math::AsMat[][src]

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

Required methods

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

Loading content...

Implementors

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

Loading content...