HKeyframeQuatSquad

Fields

HQuat

m_quat

int

m_ExtraSpins

Functions

HKeyframeQuatSquad

~HKeyframeQuatSquad

HKeyframe *

Clone

void

Serialize

Detailed Description

class HKeyframeQuatSquad : public HKeyframeRotation

The HKeyframeQuatSquad class is used for non-linear quaternion based rotation.

Public Functions

inline HKeyframeQuatSquad(float x = 0, float y = 0, float z = 0, float w = 0)

Constructs a HKeyframeQuatSquad object.

inline virtual ~HKeyframeQuatSquad()
inline virtual HKeyframe *Clone()

This method makes an exact copy of the current HKeyframeQuatSquad and returns a pointer to the newly created HKeyframeQuatSquad object.

Returns

A pointer to the newly created HKeyframeQuatSquad object.

virtual void Serialize(HUtilityXMLTag *xmlgen)

Writes XML data to a buffer.

Public Members

HQuat m_quat

The quaternion.

int m_ExtraSpins