![]() |
TrinityCore
|
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) |
1.8.8