11#ifndef CAL_COREMORPHKEYFRAME_H
12#define CAL_COREMORPHKEYFRAME_H
18#include "cal3d/global.h"
19#include "cal3d/matrix.h"
20#include "cal3d/vector.h"
21#include "cal3d/quaternion.h"
void setTime(float time)
Sets the time.
Definition coremorphkeyframe.cpp:102
bool create()
Creates the core keyframe instance.
Definition coremorphkeyframe.cpp:52
float getWeight() const
Returns the weight.
Definition coremorphkeyframe.cpp:89
void setWeight(float)
Sets the weight.
Definition coremorphkeyframe.cpp:115
float getTime() const
Returns the time.
Definition coremorphkeyframe.cpp:76
CalCoreMorphKeyframe()
Constructs the core keyframe instance.
Definition coremorphkeyframe.cpp:27
void destroy()
Destroys the core keyframe instance.
Definition coremorphkeyframe.cpp:64