TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
splinefunc.h File Reference
#include "G3D/platform.h"
#include "G3D/debug.h"
#include "G3D/Array.h"
#include "G3D/g3dmath.h"
+ Include dependency graph for splinefunc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 G3D
 

Functions

template<class XType , class YType >
YType G3D::linearSpline (double x, const XType *controlX, const YType *controlY, int numControl)
 
template<class YType >
YType G3D::cyclicCatmullRomSpline (double t, const YType *controlY, int numPoints)
 
template<class YType >
YType G3D::cyclicCatmullRomSpline (double t, const Array< YType > &controlY)