#include <TreeManager.h>
Inherits TreeManager.
Inheritance diagram for SlowInSlowOutTreeManager:
Public Member Functions | |
SlowInSlowOutTreeManager (float) | |
constructs the SlowInSlowOutTreeManager with slope argument | |
float | getSlope () const |
returns slow-in slow-out slope value | |
void | setSlope (float) |
sets slow-in slow-out slope value | |
Protected Member Functions | |
virtual float | getKeyframeTransformation (float) const |
translates keyframe time | |
Private Attributes | |
float | slope |
SlowInSlowOutTreeManager::SlowInSlowOutTreeManager | ( | float | ) |
constructs the SlowInSlowOutTreeManager with slope argument
float SlowInSlowOutTreeManager::getSlope | ( | ) | const [inline] |
returns slow-in slow-out slope value
void SlowInSlowOutTreeManager::setSlope | ( | float | ) |
sets slow-in slow-out slope value
float SlowInSlowOutTreeManager::getKeyframeTransformation | ( | float | ) | const [protected, virtual] |
float SlowInSlowOutTreeManager::slope [private] |