Icosahedron:

Path: Common/ComponentModels

% Generate an icosahedron inscribed in a unit sphere.
--------------------------------------------------------------------------
   Form:
   [v, f] = Icosahedron
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None

   -------
   Outputs
   -------
   v       (:,3)     Vertices
   f       (:,3)     Faces

--------------------------------------------------------------------------

Children:

Common: Graphics/DrawVertices

Back to the Common Module page