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

Public Member Functions | |
| virtual vl::fvec2 | computePoint (float t) const =0 |
| Samples the interpolator at the given point. | |
| virtual vl::fvec2 vl::InterpolatorFVec2::computePoint | ( | float | t | ) | const [pure virtual] |
Samples the interpolator at the given point.
Implemented in vl::CatmullRomInterpolatorFVec2, and vl::LinearInterpolatorFVec2.