The HKeyframeQuatSlerp class is used for linear quaternion based rotation. More...
#include <HBhvUtility.h>
Public Member Functions | |
virtual HKeyframe * | Clone () |
HKeyframeQuatSlerp (float x=0, float y=0, float z=0, float w=0) | |
Public Attributes | |
HQuat | m_quat |
The HKeyframeQuatSlerp class is used for linear quaternion based rotation.
HKeyframeQuatSlerp::HKeyframeQuatSlerp | ( | float | x = 0 , |
float | y = 0 , |
||
float | z = 0 , |
||
float | w = 0 |
||
) | [inline] |
Constructs a HKeyframeQuatSlerp object.
References HANIQuatSlerpRotation.
virtual HKeyframe* HKeyframeQuatSlerp::Clone | ( | ) | [inline, virtual] |
This method makes an exact copy of the current HKeyframeQuatSlerp and returns a pointer to the newly created HKeyframeQuatSlerp object.
Reimplemented from HKeyframeRotation.
The quaternion.