-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
For some reason the implementation of Line2D.intersection(Line2D) is using a LineSegment2D here: https://github.com/dlegland/javaGeom/blob/master/src/main/java/math/geom2d/line/Line2D.java#L345
Then when the AbstractLine2D.instersect method takes over, it correctly finds the intersection, but then it checks LineSegment2D.contains(), and the intersection, though correct, may not be included in that segment... I don't know if this class was deprecated or what.
StraightLine2D seems to work correctly.
Metadata
Metadata
Assignees
Labels
No labels