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 Jul 28, 2025. It is now read-only.
What is your question?
I could be crazy but I didn't see an obvious way to check if a point is on a line from the docs. Is the expected way to find the distance and if it's 0 it's assumed to be on the line? How about line intersection checks or self intersection checks, or line simplification? Thanks.