Type Definition caper::types::Quaternion [] [src]

type Quaternion = (f32, f32, f32, f32);

type definition for a Quaternion