These are specifically named polygedra. The radius refers to the distance of the points from the center.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
double size =20 | |
return [ | |
new Dodecahedron(size).toCSG().movex(size*0), | |
new Icosahedron(size).toCSG().movex(size*2), | |
new Octahedron(size).toCSG().movex(size*4), | |
new Tetrahedron(size).toCSG().movex(size*6), | |
] |