Visualization Library
A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home]
[Tutorials]
[All Classes]
[Grouped Classes]
Main Page
Related Pages
Namespaces
Classes
Files
S
earch for
File List
File Members
E:/VisualizationLibrary/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 v2009.08 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Sun Nov 8 14:28:51 2009.
Permission is granted to use this page to write and publish articles regarding Visualization Library.