Polyhedra sphere Constructs a polyhedra with the form of a sphere. Syntax polyhedra_sphere(Real) polyhedra_sphere(Natural, Real) polyhedra_sphere(Point, Real) polyhedra_sphere(Natural, Point, Real) Description polyhedra_sphere(Real) Given a real , constructs a polyhedra with the form of a sphere of 20 sides, centered at the origin, with radius of unit. polyhedra_sphere(Natural, Real) Given a natural and a real , constructs a polyhedra with the form of a sphere of sides, centered at the origin, with radius of unit. polyhedra_sphere(Point, Real) Given a point and a real , constructs a polyhedra with the form of a sphere of 20 sides, centered at , with radius . polyhedra_sphere(Natural, Point, Real) Given a natural , a point anda real , constructs a polyhedra with the form of a sphere of sides, centered at , with radius . Related functions Polyhedra, Polyhedra cone, Polyhedra cylinder, Polyhedra torus Table of Contents Syntax Description Related functions