Api - IPathBezierSeed Interface
Hierarchy
-
IPathLine
- IPathBezierSeed
Index
Properties
controls
The bezier control points. One point for quadratic, 2 points for cubic.
end
The end point defining the line. The start point is the origin.
Optional layer
Optional layer of this path.
origin
The main point of reference for this path.
Optional parentRange
T values of the parent if this is a child that represents a split.
type
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.