#include <controller.hpp>
- Note
- ControllerFunctions may be shared - you should not hold any state in it. That is why all its methods are declared const.
virtual float SceneUtil::ControllerFunction::calculate |
( |
float |
input | ) |
const |
|
pure virtual |
virtual float SceneUtil::ControllerFunction::getMaximum |
( |
| ) |
const |
|
pure virtual |
Get the "stop time" of the controller function, typically the maximum of the calculate() function. May not be meaningful for all types of controller functions.
Implemented in NifOsg::ControllerFunction.
The documentation for this class was generated from the following file: