11#ifndef CAL_COREKEYFRAME_H
12#define CAL_COREKEYFRAME_H
18#include "cal3d/global.h"
19#include "cal3d/matrix.h"
20#include "cal3d/vector.h"
21#include "cal3d/quaternion.h"
64 void setTime(
float time);
65 void setTranslation(
const CalVector& translation);
const CalQuaternion & getRotation()
Returns the rotation.
Definition corekeyframe.cpp:76
float getTime() const
Returns the time.
Definition corekeyframe.h:57
void destroy()
Destroys the core keyframe instance.
Definition corekeyframe.cpp:64
CalCoreKeyframe()
Constructs the core keyframe instance.
Definition corekeyframe.cpp:27
bool create()
Creates the core keyframe instance.
Definition corekeyframe.cpp:52
The quaternion class.
Definition quaternion.h:36
The vector class.
Definition vector.h:37