pub trait ToSO3<T: RealField> {
// Required methods
fn to_rotation3(&self) -> Rotation3<T>;
fn to_so3(&self) -> SO3<T>;
}pub trait ToSO3<T: RealField> {
// Required methods
fn to_rotation3(&self) -> Rotation3<T>;
fn to_so3(&self) -> SO3<T>;
}