Trait na::AsMat

source ·
pub trait AsMat<T> {
    // Required method
    fn as_mat(&self) -> &T;
}

Required Methods§

source

fn as_mat(&self) -> &T

Implementors§

source§

impl<T: RealField> AsMat<Matrix<T, Const<4>, Const<4>, ArrayStorage<T, 4, 4>>> for Orthographic3<T>