Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Typedefs

/home/master/UCL/VisualizationLibrary/src/vlCore/CatmullRomInterpolator.hpp File Reference

#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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:04.
Permission is granted to use this page to write and publish articles regarding Visualization Library.