Inheritance diagram for osgParticle::LinearInterpolator:
Public Methods | |
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 Methods | |
virtual | ~LinearInterpolator () |
|
|
|
|
|
|
|
Interpolate between floats. Must be overriden in descendant classes.
Implements osgParticle::Interpolator. |
|
|