torchcurves.functional#
Normalization#
Low-level helpers for mapping inputs to bounded intervals. Most users should
prefer input_map and torchcurves.maps on the module API.
Parametrized curves#
Vectorized parametric curve evaluation functions.
Evaluate multiple B-Spline curves, each with its own control points, sharing the same knots and degree. |
|
Evaluate curves parametrized by Legendre polynomials. |
Utilities#
Generate an augmented knot vector with uniform spacing in [-1, 1] for B-spline curves. |