#include <HBhvUtility.h>
Public Member Functions | |
virtual HKeyframe * | Clone () |
HKeyframeRotation () | |
Public Attributes | |
bool | m_bLinear |
HANIRotationType | m_rotationtype |
HKeyframeRotation::HKeyframeRotation | ( | ) | [inline] |
Constructs a HKeyframeRotation object.
References HANIRotation.
virtual HKeyframe* HKeyframeRotation::Clone | ( | ) | [inline, virtual] |
This method makes an exact copy of the current HKeyframeRotation and returns a pointer to the newly created HKeyframeRotation object.
Reimplemented from HKeyframe.
Reimplemented in HKeyframeAxisRotation, HKeyframeQuatSlerp, HKeyframeQuatSquad, and HKeyframeMatrix.
The value is true if the rotation is linear or false if the rotation is not non-linear.
Referenced by HBhvInterpolatorQuatSquad::InsertLinear(), and HBhvInterpolatorQuatSquad::ReplaceLinear().
The type of rotation.