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/LinearInterpolator.hpp File Reference

#include <vlCore/Interpolator.hpp>

Go to the source code of this file.

Classes

class  vl::LinearInterpolator< T >
 The LinearInterpolator class is a template class that implements linear interpolation. More...
class  vl::LinearInterpolatorFVec4
 Interpolates fvec4 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorFVec3
 Interpolates fvec3 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorFVec2
 Interpolates fvec2 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorFloat
 Interpolates float values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDVec4
 Interpolates dvec4 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDVec3
 Interpolates dvec3 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDVec2
 Interpolates dvec2 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDouble
 Interpolates double values using a LinearInterpolator. More...

Namespaces

namespace  vl
 

Visualization Library namespace.


Typedefs

typedef LinearInterpolator< float > vl::LinearInterpolatorFloat_T
typedef LinearInterpolator< fvec2 > vl::LinearInterpolatorFVec2_T
typedef LinearInterpolator< fvec3 > vl::LinearInterpolatorFVec3_T
typedef LinearInterpolator< fvec4 > vl::LinearInterpolatorFVec4_T
typedef LinearInterpolator
< double > 
vl::LinearInterpolatorDouble_T
typedef LinearInterpolator< dvec2 > vl::LinearInterpolatorDVec2_T
typedef LinearInterpolator< dvec3 > vl::LinearInterpolatorDVec3_T
typedef LinearInterpolator< dvec4 > vl::LinearInterpolatorDVec4_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.