Skip to main content

Module fitting

Module fitting 

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