vrecko
virtual reality framework
|
#include <LinearInterpolator.h>
Public Member Functions | |
META_DAObject (LinearInterpolator,"Linear Interpolator") virtual Vec3ArrayPtr interpolate(const Vec3ArrayPtr array | |
Public Member Functions inherited from Interpolator | |
virtual Vec3ArrayPtr | interpolate (const Vec3ArrayPtr array, unsigned int interpolationSteps, bool closed)=0 |
virtual std::string | classDescription () const =0 |
virtual std::string | className () const =0 |
Public Attributes | |
unsigned int | interpolationSteps |
unsigned int bool | closed |
Additional Inherited Members | |
Protected Member Functions inherited from Interpolator | |
virtual | ~Interpolator () |
LinearInterpolator::META_DAObject | ( | LinearInterpolator | , |
"Linear Interpolator" | |||
) | const |
Inherited virtual methods
unsigned int bool LinearInterpolator::closed |
unsigned int LinearInterpolator::interpolationSteps |