#include <HBhvUtility.h>
Public Member Functions | |
virtual HKeyframe * | Clone () |
HKeyframeMatrix (float *matrix=0) | |
virtual void | Serialize (HUtilityXMLTag *xmlgen) |
Public Attributes | |
int | m_ExtraSpins |
float | m_matrix [16] |
HKeyframeMatrix::HKeyframeMatrix | ( | float * | matrix = 0 |
) | [inline] |
Constructs a HKeyframeQuatSquad object.
References HANIQuatSquadRotation.
virtual HKeyframe* HKeyframeMatrix::Clone | ( | ) | [inline, virtual] |
This method makes an exact copy of the current HKeyframeQuatSquad and returns a pointer to the newly created HKeyframeQuatSquad object.
Reimplemented from HKeyframeRotation.
virtual void HKeyframeMatrix::Serialize | ( | HUtilityXMLTag * | xmlgen | ) | [virtual] |
Writes XML data to a buffer.
Reimplemented from HKeyframe.
float HKeyframeMatrix::m_matrix[16] |
The quaternion.
Referenced by HBhvInterpolatorMatrix::Insert(), and HBhvInterpolatorMatrix::Replace().