--- layout: posts title: Api - IPathBezierSeed Interface ---
The bezier control points. One point for quadratic, 2 points for cubic.
The end point defining the line. The start point is the origin.
Optional layer of this path.
The main point of reference for this path.
T values of the parent if this is a child that represents a split.
The type of the path, e.g. "line", "circle", or "arc". These strings are enumerated in pathType.
Generated using TypeDoc
A bezier seed defines the endpoints and control points of a bezier curve.