Icosahedron Constructs an icosahedron centered at the desired point and with a given edge's length. Syntax icosahedron(Real) icosahedron(Point, Real) icosahedron() Description icosahedron(Real) Given a real , constructs an icosahedron centered at the origin with edges of length . icosahedron(Point, Real) Given a point and a real , constructs an icosahedron centered at with edges of length . icosahedron() Constructs an icosahedron centered at the origin with edges of length 1. Related functions Cube, Dodecahedron, Tetrahedron Table of Contents Syntax Description Related functions