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]
Implementors
Loading content...