[][src]Trait na::FastInverse

pub trait FastInverse {
    pub fn fast_orthonormal_inverse(&self) -> Self;
pub fn fast_affine_inverse(&self) -> Option<Self>
    where
        Self: Sized
; }

Required methods

pub fn fast_orthonormal_inverse(&self) -> Self[src]

pub fn fast_affine_inverse(&self) -> Option<Self> where
    Self: Sized
[src]

Loading content...

Implementors

impl<T: RealField> FastInverse for Matrix4<T>[src]

Loading content...