segmentIntersectionType Enumeration

2D segment intersection type.
Members
 
  Member name Description
CollinearEndPointTouch The two segments touch at end points and are collinear
Cross Intersect in unique point i0
Disjoint Disjoint
EndPointTouch The two segments touch at end points (are contiguous)
OverlapInSegment Overlap in segment from i0 to i1
Touch The intersection point is the end point of one of the segments

In this article

Definition