deAnimationKeyframe Class Reference

Animation Bone Keyframe. More...

#include <deAnimationKeyframe.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deAnimationKeyframe ()
 Creates a new animation bone keyframe.
 ~deAnimationKeyframe ()
 Cleans up the animation bone keyframe.
Management
float GetTime () const
const decVectorGetPosition () const
const decVectorGetRotation () const
const decVectorGetSize () const
void SetTime (float time)
void SetPosition (const decVector &position)
void SetRotation (const decVector &rotation)
void SetSize (const decVector &size)

Detailed Description

Animation Bone Keyframe.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deAnimationKeyframe::deAnimationKeyframe (  )

Creates a new animation bone keyframe.

deAnimationKeyframe::~deAnimationKeyframe (  )

Cleans up the animation bone keyframe.


Member Function Documentation

const decVector& deAnimationKeyframe::GetPosition (  ) const [inline]
const decVector& deAnimationKeyframe::GetRotation (  ) const [inline]
const decVector& deAnimationKeyframe::GetSize (  ) const [inline]
float deAnimationKeyframe::GetTime (  ) const [inline]
void deAnimationKeyframe::SetPosition ( const decVector position )
void deAnimationKeyframe::SetRotation ( const decVector rotation )
void deAnimationKeyframe::SetSize ( const decVector size )
void deAnimationKeyframe::SetTime ( float  time )

The documentation for this class was generated from the following file: