Type Alias avian3d::math::Quaternion

source ·
pub type Quaternion = Quat;
Expand description

The quaternion type used by Avian.

Aliased Type§

struct Quaternion(/* private fields */);

Trait Implementations§

source§

impl From<Rotation> for Quaternion

source§

fn from(rot: Rotation) -> Self

Converts to this type from the input type.