Trait rin::math::FastInverse[][src]

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

Required methods

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

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

Loading content...

Implementors

impl<T> FastInverse for Matrix<T, U4, U4, <DefaultAllocator as Allocator<T, U4, U4>>::Buffer> where
    T: RealField
[src]

Loading content...