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
The problem is that points can be lat/long, unit spherical, or 3D Cartesian. There are multiple ways to represent points on a sphere. How do you know which one is given to you, and how can you dispatch on that somehow to get the correct behavior?