Struct Curve

Curve structure

Holds the information about der produced curves

public struct Curve

Constructors

NameDescription
Curve(CurveKind, Point2D, Point2D, Point2D, Point2D)Creates a curve

Fields

NameDescription
AThe start point
BThe end point
ControlPointAThe first control point
ControlPointBThe second control point
KindThe kind: Bezier or Line

See Also