Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Abstract class that interpolates vl::fvec3 values. More...
#include <Interpolator.hpp>
Public Member Functions | |
virtual vl::fvec3 | computePoint (float t) const =0 |
Samples the interpolator at the given point. |
Abstract class that interpolates vl::fvec3 values.
Definition at line 70 of file Interpolator.hpp.
virtual vl::fvec3 vl::InterpolatorFVec3::computePoint | ( | float | t ) | const [pure virtual] |
Samples the interpolator at the given point.
Implemented in vl::CatmullRomInterpolatorFVec3, and vl::LinearInterpolatorFVec3.