pub trait OrthonormalDecompose {
    // Required method
    fn orthonormal_decompose(&self) -> (Translation3, Rotation3, Scale3);
}

Required Methods§

Implementors§