Adds the function PointLocation.isOnSegment to improve modularization and usability of the functionality for testing whether a point lies on a line segment.
Updates the code base to use this function. This replaces the RobustLineIntersector.computeIntersection approach.
Adds the function
PointLocation.isOnSegment
to improve modularization and usability of the functionality for testing whether a point lies on a line segment.Updates the code base to use this function. This replaces the
RobustLineIntersector.computeIntersection
approach.