-
- All Implemented Interfaces:
public class Intersection2D<V extends Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIntersection2D.NoneObjects do not intersect.
public final classIntersection2D.SinglePointObjects intersect in a single point.
public final classIntersection2D.MultiplePointsObjects intersect in a discrete number of points.
public classIntersection2D.InfinitePointsObjects intersect in infinite points (e.g. overlapping segments).
public classIntersection2D.Companion
-