Namespaces | Functions

GeoInterpolators.h File Reference

some common interpolation stuff More...

Go to the source code of this file.

Namespaces

namespace  GEO
 

Geometry library.


Functions

template<typename T >
GEO::Lerp (const T &e0, const T &e1, float w)
 interpolates between two entities, with w as the interpolator between 0 and 1
template<typename T >
GEO::Bilerp (const T &e00, const T &e10, const T &e01, const T &e11, float x, float y)
 bilinearly interpolates between four entities (with x and y from 0 to 1)

Detailed Description

some common interpolation stuff

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends