The OpenD Programming Language

SplineSymmetricConfiguration

Spline configuration with two boundaries

Members

Variables

boundary
SplineBoundaryCondition!T boundary;
param
T param;

Tangent power parameter for cardinal SplineType (ignored by other spline types). Use 1 for zero derivatives at knots and 0 for Catmull–Rom spline.

type
SplineType type;

Meta