Segment

The Segment object represents the points of a path through which its Curve objects pass. The segments of a path can be accessed through its path.segments array.

Each segment consists of an anchor point (segment.point) and optionally an incoming and an outgoing handle (segment.handleIn and segment.handleOut), describing the tangents of the two Curve objects that are connected by this segment.

Constructors

Properties

Hierarchy

Sibling Segments

Methods