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