luma.gl/docs/api-reference/math/quaternion.md
2017-07-26 00:07:03 -07:00

7 lines
272 B
Markdown

# Quaternion
A class to handle Quaternions. More information on quternions can be
found [here](http://en.wikipedia.org/wiki/Quaternion). The quaternion
will be represented by an instance with `x`, `y`, `z`, `w` components
that make a quaternion like: `xi + yj + zk + w`.