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);
The core keyframe class.
Definition corekeyframe.h:32
float getTime() const
Returns the time.
Definition corekeyframe.h:57
The quaternion class.
Definition quaternion.h:36
The vector class.
Definition vector.h:37