Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090332

Need geometric line intersection method.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • None
    • javafx

      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 Unassigned
            mfortnerjfx Mark Fortner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: