Data structure for the representation of a quaternion. More...
#include <Math3d.h>
Public Attributes | |
Vec3d | v |
float | w |
Data structure for the representation of a quaternion.
The namespace Math3d offers functions operating on this data type.
float Quaternion::w |