Trait na::ToMat

source ·
pub trait ToMat<T> {
    // Required method
    fn to_mat(self) -> T;
}

Required Methods§

source

fn to_mat(self) -> T

Implementors§

source§

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