|
|

Public Member Functions | |
| template<typename InputIteratorT> | |
| ClampedCubicSpline (InputIteratorT itBegin, InputIteratorT itEnd, const Vector &tangent0, const Vector &tangent1) | |
| Creates a new clamped cubic spline curve with the given control points. | |
|
||||||||||||||||||||
|
Creates a new clamped cubic spline curve with the given control points. The iterators must iterate over a collection of (at least two) ControlPoint instances. The two given tangets represent the application-specified tangents to the curve at the minimum time value and the maximum time value of the curve. |
|
Copyright © by Martin Ecker |