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

Public Member Functions | |
| LinearInterpolatorFVec2 () | |
| LinearInterpolatorFVec2 (const std::vector< vl::fvec2 > &path) | |
| vl::fvec2 | computePoint (float t) const |
| Samples the interpolator at the given point. | |
| LinearInterpolatorFVec2_T * | interpolator () |
| const LinearInterpolatorFVec2_T * | interpolator () const |
| void | setInterpolator (LinearInterpolatorFVec2_T *interpolator) |
Protected Attributes | |
| vl::ref < LinearInterpolatorFVec2_T > | mInterpolator |
| vl::LinearInterpolatorFVec2::LinearInterpolatorFVec2 | ( | ) | [inline] |
| vl::LinearInterpolatorFVec2::LinearInterpolatorFVec2 | ( | const std::vector< vl::fvec2 > & | path | ) | [inline] |
| vl::fvec2 vl::LinearInterpolatorFVec2::computePoint | ( | float | t | ) | const [inline, virtual] |
| LinearInterpolatorFVec2_T* vl::LinearInterpolatorFVec2::interpolator | ( | ) | [inline] |
| const LinearInterpolatorFVec2_T* vl::LinearInterpolatorFVec2::interpolator | ( | ) | const [inline] |
| void vl::LinearInterpolatorFVec2::setInterpolator | ( | LinearInterpolatorFVec2_T * | interpolator | ) | [inline] |