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
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
polygon-contains-point/src/main/java/com/snatik/polygon/Line.java
Line 34 in e5717ff
Code inside
Line#isInside()checks whether point contains inside line's bounding box, not laying on the line.Counter-example
line.containsPoint will return
truefor them, however points are not actually lay on that line