Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Interpolates fvec4 values using a LinearInterpolator. More...
#include <LinearInterpolator.hpp>
Public Member Functions | |
LinearInterpolatorFVec4 () | |
LinearInterpolatorFVec4 (const std::vector< fvec4 > &path) | |
fvec4 | computePoint (float t) const |
Samples the interpolator at the given point. | |
LinearInterpolatorFVec4_T * | interpolator () |
const LinearInterpolatorFVec4_T * | interpolator () const |
void | setInterpolator (LinearInterpolatorFVec4_T *interpolator) |
Protected Attributes | |
ref< LinearInterpolatorFVec4_T > | mInterpolator |
Interpolates fvec4 values using a LinearInterpolator.
Definition at line 96 of file LinearInterpolator.hpp.
vl::LinearInterpolatorFVec4::LinearInterpolatorFVec4 | ( | ) | [inline] |
Definition at line 100 of file LinearInterpolator.hpp.
vl::LinearInterpolatorFVec4::LinearInterpolatorFVec4 | ( | const std::vector< fvec4 > & | path ) | [inline] |
Definition at line 101 of file LinearInterpolator.hpp.
fvec4 vl::LinearInterpolatorFVec4::computePoint | ( | float | t ) | const [inline, virtual] |
Samples the interpolator at the given point.
Implements vl::InterpolatorFVec4.
Definition at line 102 of file LinearInterpolator.hpp.
References vl::LinearInterpolator< T >::computePoint(), and interpolator().
LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator | ( | ) | [inline] |
Definition at line 103 of file LinearInterpolator.hpp.
References vl::ref< T >::get(), and mInterpolator.
Referenced by computePoint(), and setInterpolator().
const LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator | ( | ) | const [inline] |
Definition at line 104 of file LinearInterpolator.hpp.
References vl::ref< T >::get(), and mInterpolator.
void vl::LinearInterpolatorFVec4::setInterpolator | ( | LinearInterpolatorFVec4_T * | interpolator ) | [inline] |
Definition at line 105 of file LinearInterpolator.hpp.
References interpolator(), and mInterpolator.
Definition at line 107 of file LinearInterpolator.hpp.
Referenced by interpolator(), and setInterpolator().