Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Typedefs

D:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/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 vl::fvec4 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorFVec3
 Interpolates vl::fvec3 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorFVec2
 Interpolates vl::fvec2 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorFloat
 Interpolates float values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDVec4
 Interpolates vl::dvec4 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDVec3
 Interpolates vl::dvec3 values using a LinearInterpolator. More...
class  vl::LinearInterpolatorDVec2
 Interpolates vl::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
< vl::fvec2
vl::LinearInterpolatorFVec2_T
typedef LinearInterpolator
< vl::fvec3
vl::LinearInterpolatorFVec3_T
typedef LinearInterpolator
< vl::fvec4
vl::LinearInterpolatorFVec4_T
typedef LinearInterpolator
< double > 
vl::LinearInterpolatorDouble_T
typedef LinearInterpolator
< vl::dvec2
vl::LinearInterpolatorDVec2_T
typedef LinearInterpolator
< vl::dvec3
vl::LinearInterpolatorDVec3_T
typedef LinearInterpolator
< vl::dvec4
vl::LinearInterpolatorDVec4_T

Visualization Library v2011.05.1142 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 26 2011 22:51:27.
Permission is granted to use this page to write and publish articles regarding Visualization Library.