ToSO3

Trait ToSO3 

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

Required Methods§

Source

fn to_rotation3(&self) -> Rotation3<T>

Source

fn to_so3(&self) -> SO3<T>

Implementations on Foreign Types§

Source§

impl<T: RealField> ToSO3<T> for [T; 3]

Source§

fn to_rotation3(&self) -> Rotation3<T>

Source§

fn to_so3(&self) -> SO3<T>

Source§

impl<T: RealField> ToSO3<T> for DVector<T>

Source§

fn to_rotation3(&self) -> Rotation3<T>

Source§

fn to_so3(&self) -> SO3<T>

Source§

impl<T: RealField> ToSO3<T> for Vector3<T>

Source§

fn to_rotation3(&self) -> Rotation3<T>

Source§

fn to_so3(&self) -> SO3<T>

Implementors§