Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
float values.
More...
#include <Interpolator.hpp>

Public Member Functions | |
| virtual float | computePoint (float t) const =0 |
| Samples the interpolator at the given point. | |
float values. | virtual float vl::InterpolatorFloat::computePoint | ( | float | t | ) | const [pure virtual] |
Samples the interpolator at the given point.
Implemented in vl::CatmullRomInterpolatorFloat, and vl::LinearInterpolatorFloat.