Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [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.
Definition at line 52 of file Interpolator.hpp.
vl::Interpolator::Interpolator | ( | ) | [inline] |
Definition at line 56 of file Interpolator.hpp.
References VL_DEBUG_SET_OBJECT_NAME.