Companion

Types

Link copied to clipboard
sealed interface CreateC1Options
Link copied to clipboard
sealed interface CreateClampedCubicOptions
Link copied to clipboard
sealed interface CreateNaturalCubicOptions

Functions

Link copied to clipboard

Creates a spline where the tangents at each control point are the same. The curves are guaranteed to be at least in the class C1.

Link copied to clipboard

Creates a clamped cubic spline. The tangents at the interior control points are generated to create a curve in the class C2.

Link copied to clipboard

Creates a natural cubic spline. The tangents at the control points are generated to create a curve in the class C2.