rovr::render::Quaternion [-] [+] [src]

type Quaternion = (f32, [f32; 3]);

A quaternion. The first element of the tuple is the w value, and the array contains x, y, and z values.