Search
Polygon.intersectLine Method
See Also
 






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

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public PointList intersectLine (
    Point2D.Float a,
    Point2D.Float b
)

 Parameters

a

b

 Return Value

 See Also