Skip to main content

Polyhedra

Constructs a polyhedra.

Syntax

polyhedra(Natural)
polyhedra(Natural, Point)
polyhedra(Natural, Real)
polyhedra(Natural, Point, Real)

Description

Given a natural n, constructs a polyhedra of nn sides, centered at the origin, where each side measures 1 unit.

calc.polyhedra1.calc.png
calc.polyhedra1.plotter0.calc.png

Given a natural nn and a point P, constructs a polyhedra of nn sides, centered at PP, where each side measures 1 unit.

calc.polyhedra2.calc.png
calc.polyhedra2.plotter0.calc.png

Given a natural nn and a real c, constructs a polyhedra of nn sides, centered at the origin, where each side measures cc units.

calc.polyhedra3.calc.png
calc.polyhedra3.plotter0.calc.png

Given a natural nn, a point PP and a real cc, constructs a polyhedra of nn sides, centered at PP, where each side measures cc units.

calc.polyhedra4.calc.png
calc.polyhedra4.plotter0.calc.png