Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
Abstract class for all the interpolators. More...
#include <Interpolator.hpp>
Public Member Functions | |
| Interpolator () | |
Abstract class for all the interpolators.
An Interpolator is an object that implements a specific interpolation scheme (linear, Catmull-Rom, Bezier etc.) to interpolate data such as vectors, colors, rotations an so on. Interpolators are very useful for tasks such as animating an object's position and/or rotation, creating a smooth curved line from a set of control points, creating extrusion paths and silhouettes etc.
LinearInterpolator, CatmullRomInterpolator, the Interpolators Tutorial page and the Extrusion class.
| vl::Interpolator::Interpolator | ( | ) | [inline] |