TrinityCore
|
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) |