HKeyframeAxisRotation
Functions
HKeyframeAxisRotation |
|
~HKeyframeAxisRotation |
|
HKeyframe * | Clone |
void | Serialize |
Detailed Description
-
class
HKeyframeAxisRotation
: public HKeyframeRotation The HKeyframeAxisRotation class is used for rotations around an arbitrary axis.
Public Functions
-
inline
HKeyframeAxisRotation
(float angle = 0) Constructs a HKeyframeAxisRotation object.
Parameters: angle – The degrees of rotation for the keyframe.
-
inline virtual
~HKeyframeAxisRotation
()
-
inline virtual HKeyframe *
Clone
() This method makes an exact copy of the current HKeyframeAxisRotation and returns a pointer to the newly created HKeyframeAxisRotation object.
Returns: A pointer to newly created HKeyframeAxisRotation object.
-
virtual void
Serialize
(HUtilityXMLTag *xmlgen) Writes XML data to a buffer.
Public Members
-
float
m_angle
The degrees of rotation.
-
inline