Primarily for internal use.
The closed loop of bezier curves representing the shape boundary this curve belongs to.
The bezier control points.
The previous curve (when going in a negative direction around the shape boundary, i.e. clockwise for the outer shape and anti-clockwise for the holes (if any)).
The next curve (when going in a positive direction around the shape boundary, i.e. anti-clockwise for the outer shape and clockwise for the holes (if any)).
The curve's ordered index in the loop. This imposes a cycling ordering of the curves in the loop.
The curve's ordered index in the loop. This imposes a cycling ordering of the curves in the loop.
The closed loop of bezier curves representing the shape boundary this curve belongs to.
The next curve (when going in a positive direction around the shape boundary, i.e. anti-clockwise for the outer shape and clockwise for the holes (if any)).
The previous curve (when going in a negative direction around the shape boundary, i.e. clockwise for the outer shape and anti-clockwise for the holes (if any)).
The bezier control points.
Generated using TypeDoc
Represents a bezier curve on the shape boundary / loop.