Support Forum       G3D Web Page     
Namespaces | Functions
splinefunc.h File Reference

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...
 

Detailed Description

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.


documentation generated on Wed Nov 24 2021 08:01:51 using doxygen 1.8.15