|
OpenSceneGraph
3.0.1
|
A linear interpolator. More...

Public Member Functions | |
| LinearInterpolator () | |
| LinearInterpolator (const LinearInterpolator ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgParticle, LinearInterpolator) | |
| virtual float | interpolate (float t, float y1, float y2) const |
| Interpolate between floats. Must be overriden in descendant classes. | |
Protected Member Functions | |
| virtual | ~LinearInterpolator () |
A linear interpolator.
| osgParticle::LinearInterpolator::LinearInterpolator | ( | ) | [inline] |
| osgParticle::LinearInterpolator::LinearInterpolator | ( | const LinearInterpolator & | copy, |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
| ) | [inline] |
| virtual osgParticle::LinearInterpolator::~LinearInterpolator | ( | ) | [inline, protected, virtual] |
| virtual float osgParticle::LinearInterpolator::interpolate | ( | float | t, |
| float | y1, | ||
| float | y2 | ||
| ) | const [inline, virtual] |
Interpolate between floats. Must be overriden in descendant classes.
Implements osgParticle::Interpolator.
| osgParticle::LinearInterpolator::META_Object | ( | osgParticle | , |
| LinearInterpolator | |||
| ) |
| Generated at Thu Sep 27 2012 17:03:19 for the OpenSceneGraph by doxygen 1.7.6.1. |