Expand description
NURBS curve fitting: interpolation and approximation from data points.
Functionsยง
- approximate
- Approximate a set of points with a NURBS curve of specified number of control points.
- approximate_
lspia - Approximate a NURBS curve through data points using Progressive-Iterative Approximation.
- interpolate
- Interpolate a NURBS curve through a set of data points.