The HKeyframeRotation class is the base class for all rotation related keyframes. More...
#include <HBhvUtility.h>
Public Member Functions | |
virtual HKeyframe * | Clone () |
HKeyframeRotation () | |
Public Attributes | |
bool | m_bLinear |
HANIRotationType | m_rotationtype |
The HKeyframeRotation class is the base class for all rotation related keyframes.
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 HKeyframeMatrix, HKeyframeQuatSquad, HKeyframeQuatSlerp, and HKeyframeAxisRotation.
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.