Skip to main content

Polyhedra cylinder

Constructs a polyhedra with the form of a cylinder.

Syntax

polyhedra_cylinder(Natural)
polyhedra_cylinder(Natural, Point)
polyhedra_cylinder(Natural, Real, Real)
polyhedra_cylinder(Natural, Point, Real, Real)

Description

Given a natural nn, constructs a polyhedra with the form of a cylinder of nn sides, centered at the origin, with height and radius of 1 unit.

calc.polyhedra_cylinder1.calc.png
calc.polyhedra_cylinder1.plotter0.calc.png

Given a natural nn and a point PP, constructs a polyhedra with the form of a cylinder of nn sides, centered at PP, with height and radius of 1 unit.

calc.polyhedra_cylinder2.calc.png
calc.polyhedra_cylinder2.plotter0.calc.png

Given a natural nn and two reals rr and hh, constructs a polyhedra with the form of a cylinder of nn sides, centered at the origin, with height hh and radius rr.

calc.polyhedra_cylinder3.calc.png
calc.polyhedra_cylinder3.plotter0.calc.png

Given a natural nn, a point PP and two reals rr and hh, constructs a polyhedra with the form of a cylinder of nn sides, centered at PP, with height hh and radius rr.

calc.polyhedra_cylinder4.calc.png
calc.polyhedra_cylinder4.plotter0.calc.png