Support Forum G3D Web Page |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...
Namespaces | |
G3D | |
Functions | |
template<class YType > | |
YType | G3D::cyclicCatmullRomSpline (double t, const YType *controlY, int numPoints) |
See also G3D::Spline. More... | |
template<class YType > | |
YType | G3D::cyclicCatmullRomSpline (double t, const Array< YType > &controlY) |
A cubic spline with regularly spaced control points. More... | |
template<class XType , class YType > | |
YType | G3D::linearSpline (double x, const XType *controlX, const YType *controlY, int numControl) |
Interpolates a property according to a piecewise linear spline. More... | |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.