intersects
Checks if a java.awt.Shape intersects the polygon, adjacent shapes are not considered to be intersecting.
Parameters
shape
the shape
abstract fun intersects(segment: Segment2D<Euclidean2DPosition>): Boolean
Content copied to clipboard
Checks if a segment intersects with the polygon, segments lying on the polygon's boundary are not considered to be intersecting.
Parameters
segment
the segment