Skip to main content

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 r, constructs a polyhedra with the form of a sphere of 20 sides, centered at the origin, with radius of rr unit.

calc.polyhedra_sphere1.calc.png
calc.polyhedra_sphere1.plotter0.calc.png

Given a natural n and a real rr, constructs a polyhedra with the form of a sphere of nn sides, centered at the origin, with radius of rr unit.

calc.polyhedra_sphere2.calc.png
calc.polyhedra_sphere2.plotter0.calc.png

Given a point P and a real rr, constructs a polyhedra with the form of a sphere of 20 sides, centered at PP, with radius rr.

calc.polyhedra_sphere3.calc.png
calc.polyhedra_sphere3.plotter0.calc.png

Given a natural nn, a point PP anda real rr, constructs a polyhedra with the form of a sphere of nn sides, centered at PP, with radius rr.

calc.polyhedra_sphere4.calc.png
calc.polyhedra_sphere4.plotter0.calc.png