Polyhedra Constructs a polyhedra. Syntax polyhedra(Natural) polyhedra(Natural, Point) polyhedra(Natural, Real) polyhedra(Natural, Point, Real) Description polyhedra(Natural) Given a natural , constructs a polyhedra of sides, centered at the origin, where each side measures 1 unit. polyhedra(Natural, Point) Given a natural and a point , constructs a polyhedra of sides, centered at , where each side measures 1 unit. polyhedra(Natural, Real) Given a natural and a real , constructs a polyhedra of sides, centered at the origin, where each side measures units. polyhedra(Natural, Point, Real) Given a natural , a point and a real , constructs a polyhedra of sides, centered at , where each side measures units. Related functions Polyhedra cone, Polyhedra cylinder, Polyhedra sphere, Polyhedra torus Table of Contents Syntax Description Related functions