Trait na::AsMat [] [src]

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

Required Methods

Important traits for &'a mut W

Implementations on Foreign Types

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

[src]

Implementors