|
Rumba C++ SDK
|
An anim curve key. More...
#include <AnimCurve.h>
Classes | |
| class | Tangent |
Public Member Functions | |
| MAQUINA_EXPORT | Key (const Imath::V2f &key) |
| Construct a key with automatic tangents. More... | |
| MAQUINA_EXPORT | Key (const Imath::V2f &key, const Tangent &right) |
| Construct a key with the right tangent. More... | |
| MAQUINA_EXPORT | Key (const Imath::V2f &key, const Tangent &left, const Tangent &right) |
| Construct a key with both tangents. More... | |
Public Attributes | |
| Imath::V2f | key |
| The key. More... | |
| Tangent | left |
| The left tangent. More... | |
| Tangent | right |
| The right tangent. More... | |
An anim curve key.
| MAQUINA_EXPORT maquina::AnimCurveFloat::Key::Key | ( | const Imath::V2f & | key | ) |
Construct a key with automatic tangents.
| MAQUINA_EXPORT maquina::AnimCurveFloat::Key::Key | ( | const Imath::V2f & | key, |
| const Tangent & | right | ||
| ) |
Construct a key with the right tangent.
The left tangent is the inverse of the right one.
| MAQUINA_EXPORT maquina::AnimCurveFloat::Key::Key | ( | const Imath::V2f & | key, |
| const Tangent & | left, | ||
| const Tangent & | right | ||
| ) |
Construct a key with both tangents.
The left tangent is the inverse of the right one.
| Imath::V2f maquina::AnimCurveFloat::Key::key |
The key.
| Tangent maquina::AnimCurveFloat::Key::left |
The left tangent.
| Tangent maquina::AnimCurveFloat::Key::right |
The right tangent.