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

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