Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HKeyframeRotation Class Reference

The HKeyframeRotation class is the base class for all rotation related keyframes. More...

#include <HBhvUtility.h>

Inheritance diagram for HKeyframeRotation:

HKeyframe HKeyframeAxisRotation HKeyframeMatrix HKeyframeQuatSlerp HKeyframeQuatSquad

List of all members.

Public Member Functions

virtual HKeyframeClone ()
 HKeyframeRotation ()

Public Attributes

bool m_bLinear
HANIRotationType m_rotationtype


Detailed Description

The HKeyframeRotation class is the base class for all rotation related keyframes.

Constructor & Destructor Documentation

HKeyframeRotation::HKeyframeRotation (  )  [inline]

Constructs a HKeyframeRotation object.

References HANIRotation.


Member Function Documentation

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.

Returns:
A pointer to the newly created HKeyframeRotation object.

Reimplemented from HKeyframe.

Reimplemented in HKeyframeAxisRotation, HKeyframeQuatSlerp, HKeyframeQuatSquad, and HKeyframeMatrix.


Member Data Documentation

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 documentation for this class was generated from the following file: