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