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
Given a real , constructs a polyhedra with the form of a sphere of 20 sides, centered at the origin, with radius of unit.
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.
Given a point and a real , constructs a polyhedra with the form of a sphere of 20 sides, centered at , with radius .
Given a natural , a point anda real , constructs a polyhedra with the form of a sphere of sides, centered at , with radius .