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

Implementations on Foreign Types

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

Implementors