The OpenD Programming Language

SplineConvexity

Cubic Spline types.

The first derivatives are guaranteed to be continuous for all cubic splines.

Values

ValueMeaning
none0

Neither convex nor concave spline

concave-1

Concave spline

convex1

Convex spline

Meta