HKeyframeQuatSlerp

Fields

HQuat

m_quat

Functions

HKeyframeQuatSlerp

~HKeyframeQuatSlerp

HKeyframe *

Clone

Detailed Description

class HKeyframeQuatSlerp : public HKeyframeRotation

The HKeyframeQuatSlerp class is used for linear quaternion based rotation.

Public Functions

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

Constructs a HKeyframeQuatSlerp object.

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

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

Returns

A pointer to the newly created HKeyframeQuatSlerp object.

Public Members

HQuat m_quat

The quaternion.