14 #ifndef DOXYGEN_OMIT_INTERNAL 18 #endif // DOXYGEN_OMIT_INTERNAL float getX() const
Returns the X component of the quaternion.
Structure to hold a floating point quaternion (i.e., w/x/y/z components)
float getZ() const
Returns the Z component of the quaternion.
float getW() const
Returns the W component of the quaternion.
float getY() const
Returns the Y component of the quaternion.
Quaternionf(float w, float x, float y, float z)
Create a floating point quaternion from three floating point components.