Calculates the intersections between the polygon and the given line segment. The result is a list containing all points of intersection.
Namespace: com.mindfusion.drawing
Assembly: com.mindfusion.drawing
SyntaxJava
Copy Code
|
|---|
public PointList intersectSegment ( |
See Also