Trait na::FastInverse[][src]

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

Required methods

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

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

Loading content...

Implementors

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

Loading content...