Search
Polygon.intersectSegment Method
See Also
 






 Overload List

Name Description

Polygon.intersectSegment (Line)

Calculates the intersections between the polygon and the given line segment. The result is a list containing all points of intersection.

Polygon.intersectSegment (Point2D.Float, Point2D.Float)

Calculates the intersections between the polygon and the line segment defined by the given points. The result is a list containing all points of intersection.

 See Also