You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dulimarta
changed the title
IntersectionPointHandler computes intersection the same pair twice
IntersectionPointHandler computes intersections the same pair twice
Aug 5, 2022
The function
doIntersection
may redundantly compute intersection of the same pair twice. For instance, out of the following two callsdoIntersection(Line1, Circle4)
anddoIntersection(Circle4, Line1)
only one of the calls should be effective
The text was updated successfully, but these errors were encountered: