Function.Check Which Segment Has Right Endpoint First
sprotty / checkWhichSegmentHasRightEndpointFirst
checkWhichSegmentHasRightEndpointFirst(
seg1
,seg2
):-1
|1
Defined in: packages/sprotty/src/features/edge-intersection/sweepline.ts:159
Specifies which of the two specified segments has a right endpoint first. Used as a comparator to sort the event queue.
-1
| 1