Given two line segments, the intersect method should return either the Point2D object specifying the point of intersection of the two lines, or null if the lines do not intersect. Currently it seems to rely on the Shape.intersect method to return the appropriate result, and what's needed is a single point of intersection. If the lines are actually curves (like Polylines), then there may be multiple points of intersection.
- Unassigned
- Mark Fortner (Inactive)
- Votes:
-
0 Vote for this issue
- Watchers:
-
3 Start watching this issue
- Created:
- Updated:
- Imported: