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

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