|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Predefined controller function which simply scales an input to an output value. More...
#include <OgrePredefinedControllers.h>
 Inheritance diagram for Ogre::ScaleControllerFunction:
 Inheritance diagram for Ogre::ScaleControllerFunction:| Public Member Functions | |
| ScaleControllerFunction (Real scalefactor, bool deltaInput) | |
| Constructor, requires a scale factor. | |
| Real | calculate (Real source) override | 
| Overridden method. | |
|  Public Member Functions inherited from Ogre::ControllerFunction< Real > | |
| ControllerFunction (bool deltaInput) | |
| Constructor. | |
| virtual | ~ControllerFunction () | 
Predefined controller function which simply scales an input to an output value.
| Ogre::ScaleControllerFunction::ScaleControllerFunction | ( | Real | scalefactor, | 
| bool | deltaInput | ||
| ) | 
Constructor, requires a scale factor.
| scalefactor | The multiplier applied to the input to produce the output. | 
| deltaInput | If true, signifies that the input will be a delta value such that the function should add it to an internal counter before calculating the output. | 
Overridden method.
Implements Ogre::ControllerFunction< Real >.