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