Module bsplines::curve

source ·
Expand description

Implements the B-spline curve.

A B-spline curve can be defined by

B-spline curve

with the

Modules§

  • Implements the basis spline functions using the Cox-de Boor-Mansfield recurrence relation
  • Generates a curve with different methods knot into the curve.
  • Implements the knot vector defining the spline basis functions.
  • Implements different parameter generation methods.
  • Implements the control points constituting the control polygon of the curve.

Structs§

Enums§