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

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