Visualization Library

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

C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/LinearInterpolator.hpp File Reference

#include <vl/Interpolator.hpp>

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 v2010.11.1125 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Fri Nov 26 2010 03:13:26.
Permission is granted to use this page to write and publish articles regarding Visualization Library.