pub type UnitQuaternion = UnitQuaternion<f64>;

Aliased Type§

struct UnitQuaternion { /* private fields */ }

Trait Implementations§

source§

impl From<EulerAngle> for UnitQuaternion

source§

fn from(angle: EulerAngle) -> Self

Converts to this type from the input type.