The set of edges which connect to this vertex. This set is initially empty and populated later after vertices are de-duplicated.
The subset of edges which continue clockwise from this vertex.
The subset of edges which continue counter-clockwise from this vertex.
The set of vertices collinear to this vertex
Is this vertex an endpoint of one or more edges?
Does this vertex have a single counterclockwise limiting edge?
Does this vertex have a single clockwise limiting edge?
Does this vertex have non-limited edges or 2+ limited edges counterclockwise?
Does this vertex have non-limited edges or 2+ limited edges clockwise?
Does this vertex result from an internal collision?
The maximum restriction imposed by this vertex.
Internal
_visitedRecord whether this PolygonVertex has been visited in the sweep
Static
Private
#MAX_The effective maximum texture size that Foundry VTT "ever" has to worry about.
Is this vertex limited in type?
Is this vertex the same point as some other vertex?
Some other vertex
Are they the same point?
Private
#updateStatic
getStatic
fromConstruct a PolygonVertex instance from some other Point structure.
The point
Optional
options: objectAdditional options that apply to this vertex
The constructed vertex
A specialized point data structure used to represent vertices in the context of the ClockwiseSweepPolygon. This class is not designed or intended for use outside of that context.
Alias
PolygonVertex