Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Polyhedron Operations Package >

Geodesate

Geodesate[expr, n]
replaces each polygon in graphics expression expr by the projection onto the circumscribed sphere of the order n regular tessellation of that polygon.
Geodesate[expr, n, {x, y, z}, radius]
does the projection onto the sphere of radius radius centered at {x, y, z}.
  • n must be an positive integer.
Geodesate works on graphics primitives:
Geodesate also works on graphics objects:
Needs["PolyhedronOperations`"]
Geodesate works on graphics primitives:
In[2]:=
Click for copyable input
Out[2]=
Geodesate also works on graphics objects:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team