Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/Interpolator.hpp>
Go to the source code of this file.
Classes | |
class | vl::CatmullRomInterpolator< T > |
The LinearInterpolator class is a template class that implements Catmull-Rom spline interpolation. More... | |
class | vl::CatmullRomInterpolatorFVec4 |
Interpolates fvec4 values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorFVec3 |
Interpolates fvec3 values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorFVec2 |
Interpolates fvec2 values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorFloat |
Interpolates float values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorDVec4 |
Interpolates dvec4 values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorDVec3 |
Interpolates dvec3 values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorDVec2 |
Interpolates dvec2 values using a CatmullRomInterpolator. More... | |
class | vl::CatmullRomInterpolatorDouble |
Interpolates double values using a CatmullRomInterpolator. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Typedefs | |
typedef CatmullRomInterpolator < float > | vl::CatmullRomInterpolatorFloat_T |
typedef CatmullRomInterpolator < fvec2 > | vl::CatmullRomInterpolatorFVec2_T |
typedef CatmullRomInterpolator < fvec3 > | vl::CatmullRomInterpolatorFVec3_T |
typedef CatmullRomInterpolator < fvec4 > | vl::CatmullRomInterpolatorFVec4_T |
typedef CatmullRomInterpolator < double > | vl::CatmullRomInterpolatorDouble_T |
typedef CatmullRomInterpolator < dvec2 > | vl::CatmullRomInterpolatorDVec2_T |
typedef CatmullRomInterpolator < dvec3 > | vl::CatmullRomInterpolatorDVec3_T |
typedef CatmullRomInterpolator < dvec4 > | vl::CatmullRomInterpolatorDVec4_T |