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

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