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]
Self: Sized,
Implementors
impl<T: RealField> FastInverse for Matrix4<T>
[src]
impl<T: RealField> FastInverse for Matrix4<T>
[src]