splinepy.helpme.fit.parameterize#

splinepy.helpme.fit.parameterize(fitting_points, size, centripetal)[source]#

Parameterizes given fitting_points later used in interpolation/approximation. Values are then used to build adequate knot vectors.

Parameters:
  • fitting_points ((n, dim) array-like) – points to be interpolated/approximated

  • size (array-like) – number of points per parametric dimension

  • centripetal (bool) – if True -> centripetal parameterization will be used

Returns:

parametric_coordinates – array containing parameterization values per parametric dimension

Return type:

list<np.ndarray>