Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Interpolates dvec4 values using a LinearInterpolator. More...
#include <LinearInterpolator.hpp>
Public Member Functions | |
LinearInterpolatorDVec4 () | |
LinearInterpolatorDVec4 (const std::vector< dvec4 > &path) | |
dvec4 | computePoint (float t) const |
Samples the interpolator at the given point. | |
LinearInterpolatorDVec4_T * | interpolator () |
const LinearInterpolatorDVec4_T * | interpolator () const |
void | setInterpolator (LinearInterpolatorDVec4_T *interpolator) |
Protected Attributes | |
ref< LinearInterpolatorDVec4_T > | mInterpolator |
Interpolates dvec4 values using a LinearInterpolator.
Definition at line 152 of file LinearInterpolator.hpp.
vl::LinearInterpolatorDVec4::LinearInterpolatorDVec4 | ( | ) | [inline] |
Definition at line 156 of file LinearInterpolator.hpp.
vl::LinearInterpolatorDVec4::LinearInterpolatorDVec4 | ( | const std::vector< dvec4 > & | path ) | [inline] |
Definition at line 157 of file LinearInterpolator.hpp.
dvec4 vl::LinearInterpolatorDVec4::computePoint | ( | float | t ) | const [inline, virtual] |
Samples the interpolator at the given point.
Implements vl::InterpolatorDVec4.
Definition at line 158 of file LinearInterpolator.hpp.
References vl::LinearInterpolator< T >::computePoint(), and interpolator().
LinearInterpolatorDVec4_T* vl::LinearInterpolatorDVec4::interpolator | ( | ) | [inline] |
Definition at line 159 of file LinearInterpolator.hpp.
References vl::ref< T >::get(), and mInterpolator.
Referenced by computePoint(), and setInterpolator().
const LinearInterpolatorDVec4_T* vl::LinearInterpolatorDVec4::interpolator | ( | ) | const [inline] |
Definition at line 160 of file LinearInterpolator.hpp.
References vl::ref< T >::get(), and mInterpolator.
void vl::LinearInterpolatorDVec4::setInterpolator | ( | LinearInterpolatorDVec4_T * | interpolator ) | [inline] |
Definition at line 161 of file LinearInterpolator.hpp.
References interpolator(), and mInterpolator.
Definition at line 163 of file LinearInterpolator.hpp.
Referenced by interpolator(), and setInterpolator().