Quaternion
A Quaternion represented by 4 real numbers.
Note: although the x,y,z,w components of the quaternion will be passed through to the datastore as provided, when used in the viewer Quaternions will always be normalized.
Fields
- xyzw: 4x
f32
Links
- š C++ API docs for
Quaternion
- š Python API docs for
Quaternion
- š¦ Rust API docs for
Quaternion