A common interface for general path representations.

Implements

Constructors

Properties

segments: PathSegment[]

Methods

  • Get the sequence of all start/end points of this path. Assumption is: each path segment's end point is located on the next segment's start point to shape a full connected path.

    No arcs are considered here, just plain linear segments.

    Returns Vertex[]

Generated using TypeDoc