pub type UnitQuaternion = UnitQuaternion<f32>;Expand description
A unit quaternion.
Aliased Type§
struct UnitQuaternion { /* private fields */ }Trait Implementations§
Source§impl From<EulerAngleExtrinsic> for UnitQuaternion
impl From<EulerAngleExtrinsic> for UnitQuaternion
Source§fn from(angle: EulerAngleExtrinsic) -> Self
fn from(angle: EulerAngleExtrinsic) -> Self
Converts to this type from the input type.
Source§impl From<EulerAngleIntrinsic> for UnitQuaternion
impl From<EulerAngleIntrinsic> for UnitQuaternion
Source§fn from(angle: EulerAngleIntrinsic) -> Self
fn from(angle: EulerAngleIntrinsic) -> Self
Converts to this type from the input type.