Trait na::ToMat [] [src]

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

Required Methods

Implementations on Foreign Types

impl<T: Real> ToMat<Matrix4<T>> for Orthographic3<T>
[src]

[src]

Implementors