geodesic-sphere Questions
2
Solved
The brand new Xcode version, in addition to removing a wide nume of place where to add an empty function call, introduced a funny problem with an simple piece of code drawing a geodetic path:
func...
Submariner asked 8/7, 2016 at 16:53
1
Solved
I have a point expressed in lat/long
Position louvreMuseum = new Position( 48.861622, 2.337474 );
and I have a radius value expressed in meters. I need to check if another point, also expressed ...
Artwork asked 7/11, 2015 at 23:28
4
Solved
I have to make a sphere out of smaller uniformely distributed balls. I think the optimal way is to build a triangle-based geodesic sphere and use the vertices as the middle points of my balls. But ...
Crockett asked 17/7, 2013 at 16:45
4
Solved
I'm trying to create a very specific geodesic tessellation, but I can't find anything online about it.
It is normal to subdivide the triangles of an icosahedron into triangle patches and project t...
Vickey asked 13/6, 2010 at 10:27
1
© 2022 - 2024 — McMap. All rights reserved.