Rot3

Type Alias Rot3 

Source
pub type Rot3 = Quat;
Expand description

A 3D rotation represented as a unit quaternion (f32 precision).

This is a direct re-export of glam::Quat.

Aliased Typeยง

pub struct Rot3(/* private fields */);