Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
Interpolates vl::fvec4 values using a LinearInterpolator. More...
#include <LinearInterpolator.hpp>
Public Member Functions | |
| LinearInterpolatorFVec4 () | |
| LinearInterpolatorFVec4 (const std::vector< vl::fvec4 > &path) | |
| vl::fvec4 | computePoint (float t) const |
| Samples the interpolator at the given point. | |
| LinearInterpolatorFVec4_T * | interpolator () |
| const LinearInterpolatorFVec4_T * | interpolator () const |
| void | setInterpolator (LinearInterpolatorFVec4_T *interpolator) |
Protected Attributes | |
| vl::ref < LinearInterpolatorFVec4_T > | mInterpolator |
Interpolates vl::fvec4 values using a LinearInterpolator.
| vl::LinearInterpolatorFVec4::LinearInterpolatorFVec4 | ( | ) | [inline] |
| vl::LinearInterpolatorFVec4::LinearInterpolatorFVec4 | ( | const std::vector< vl::fvec4 > & | path ) | [inline] |
| vl::fvec4 vl::LinearInterpolatorFVec4::computePoint | ( | float | t ) | const [inline, virtual] |
Samples the interpolator at the given point.
Implements vl::InterpolatorFVec4.
| LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator | ( | ) | [inline] |
| const LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator | ( | ) | const [inline] |
| void vl::LinearInterpolatorFVec4::setInterpolator | ( | LinearInterpolatorFVec4_T * | interpolator ) | [inline] |