BoundaryCondition Type

Union cases

Union case Description

Clamped float * float

Full Usage: Clamped float * float

Parameters:
    Item : float * float

f' at first and last knot are set by user

Item : float * float

Natural

Full Usage: Natural

most used spline variant: f'' at borders is set to 0

NotAKnot

Full Usage: NotAKnot

f''' at second and penultimate knot are continuous

Parabolic

Full Usage: Parabolic

f'' at first/second and last/penultimate knot are equal

Periodic

Full Usage: Periodic

f' at first point is the same as f' at the last point

Quadratic

Full Usage: Quadratic

first and last polynomial are quadratic, not cubic

SecondDerivative float * float

Full Usage: SecondDerivative float * float

Parameters:
    Item : float * float

f'' at first and last knot are set by user

Item : float * float