| | Class | Description |
| | BasicSpline |
The Basic Spline is a pseudo-abstract base class from which a wide variety of splines
may be constructed and easily integrated into the Degrafa geometry pipeline. |
| | BezierSpline |
The BezierSpline can be used for drawing of a smooth curve through
multiple points, with some shape control over the curve via a tension
parameter. |
| | BezierSplineControl |
Helper class used by various spline Geometry. |
| | CardinalSpline |
The CardinalSpline is a version of the Cardinal Spline utility that is optimized
for drawing in the Degrafa command stack. |
| | CatmullRomSpline |
The CatmullRomSpline is a version of the Catmull-Rom spline utility that is optimized
for drawing in the Degrafa command stack. |
| | CubicCage |
Helper class used by various spline Geometry. |
| | NaturalCubicSpline |
The Natural Cubic Spline is a version of the natural cubic spline utility that is optimized
for drawing in the Degrafa command stack. |
| | PlottableCubicSpline | |
| | QuadData |
QuadData is a holder class for the minimial number of parameters to define a quadratic Bezier curve. |
| | QuadraticHermiteSpline |
The QuadraticHermitSpline interpolates a set of knots with quadratic Hermit seggments. |
| | QuadraticSpline |
The Quadratic can be used for drawing of a smooth curve that passes through
the first and last points. |
| | SplineTypeEnum | |