Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GenericPath

Implements

Index

Constructors

constructor

Properties

segments

segments: Array<PathSegment>

Methods

clone

getAllStartEndPoints

  • getAllStartEndPoints(): Array<Vertex>
  • 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 Array<Vertex>

getEndPoint

getEndTangent

getSegmentAt

getSegmentCount

  • getSegmentCount(): number

getStartPoint

getStartTangent

reverse

  • reverse(): this

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Private property
  • Private method
  • Static property
  • Static method

Generated using TypeDoc