splinepy.helpme.fit#

Functions

compute_knot_vector(degree, ...)

Computes the knot_vector for a spline.

curve(fitting_points[, degree, ...])

Fits a spline with given parameters through given fitting_points.

parameterize(fitting_points, size, centripetal)

Parameterizes given fitting_points later used in interpolation/approximation.

solve_for_control_points(fitting_points, ...)

Builds and solves the system to calculate control points.

surface(fitting_points, size[, degrees, ...])

Fits a surface spline with given parameters through given fitting_points.