#include <IDXRotationKey.h>
Inherits DX::IDXAnimationKey.
Public Member Functions | |
virtual const DXRotation &DXMCALL | GetRotation () const =0 |
virtual void DXMCALL | SetRotation (const DXRotation &rotation)=0 |
virtual const DXRotation& DXMCALL DX::IDXRotationKey::GetRotation | ( | ) | const [pure virtual] |
Get the rotation of this key.
virtual void DXMCALL DX::IDXRotationKey::SetRotation | ( | const DXRotation & | rotation | ) | [pure virtual] |
Set the rotation value.
rotation | The rotation to use on this key. |