Top "Geodesic-sphere" questions

Check if point is inside a circle

I have a point expressed in lat/long Position louvreMuseum = new Position( 48.861622, 2.337474 ); and I have a radius value expressed in …

c# geolocation distance geodesic-sphere
Math for a geodesic sphere

I'm trying to create a very specific geodesic tessellation, but I can't find anything online about it. It is normal …

math geometry geodesic-sphere tessellation
Algorithm for a geodesic sphere

I have to make a sphere out of smaller uniformely distributed balls. I think the optimal way is to build …

c++ algorithm geometry tessellation geodesic-sphere