Curve.Curve

Curve constructor

Creates a curve

public Curve(CurveKind Kind, Point2D A, Point2D ControlPointA, Point2D ControlPointB, Point2D B)
ParameterTypeDescription
KindCurveKindThe kind
APoint2DThe start point
ControlPointAPoint2DThe first control point
ControlPointBPoint2DThe second control point
BPoint2DThe end point

See Also