Haskell Quiz/Geodesic Dome Faces

From HaskellWiki
< Haskell Quiz
Revision as of 05:29, 17 November 2008 by Jkramar (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Given the faces of one of the three triangle-faced platonic solids, and a number n, break each triangle side in n evenly distributed places, draw in the lines between these points that are parallel to the sides, and from each triangle thus drawn we can get a geodesic triangle by normalizing the position vectors to have distance 1 from the origin. Implement this.

The Problem

Solutions