#include <llkeyframemotion.h>
Collaboration diagram for LLKeyframeMotion::RotationKey:
Public Member Functions | |
RotationKey () | |
RotationKey (F32 time, const LLQuaternion &rotation) | |
Public Attributes | |
F32 | mTime |
LLQuaternion | mRotation |
Definition at line 301 of file llkeyframemotion.h.
LLKeyframeMotion::RotationKey::RotationKey | ( | ) | [inline] |
LLKeyframeMotion::RotationKey::RotationKey | ( | F32 | time, | |
const LLQuaternion & | rotation | |||
) | [inline] |
Definition at line 308 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::RotationCurve::getValue(), LLKeyframeMotion::RotationCurve::interp(), and RotationKey().
Definition at line 307 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), and RotationKey().