#include <kanzi/animation/keyframe_animation.hpp>
Public Member Functions | |
| void | setControlPoints (const Vector2 &p0, const Vector2 &p1) |
| Vector2 | getControlPoint0 () const |
| void | setControlPoint0 (Vector2 controlPoint) |
| Vector2 | getControlPoint1 () const |
| void | setControlPoint1 (Vector2 controlPoint) |
| virtual TValueType | getValue (const TValueType ¤tValue, float normalizedTime) KZ_OVERRIDE |
Public Member Functions inherited from kanzi::KeyframeAnimation< TValueType >::Keyframe | |
| virtual | ~Keyframe () |
| TValueType | getKeyValue () const |
| void | setKeyValue (const TValueType &keyValue) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements kanzi::KeyframeAnimation< TValueType >::Keyframe.