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

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