Skip to main content

Polyhedra cone with lid

Constructs a polyhedra with the form of a cone, including the bottom base.

Syntax

polyhedra_cone_with_lid(Natural)
polyhedra_cone_with_lid(Natural, Point)
polyhedra_cone_with_lid(Natural, Real, Real)
polyhedra_cone_with_lid(Natural, Point, Real, Real)

Description

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

calc.polyhedra_cone_with_lid1.calc.png
calc.polyhedra_cone_with_lid1.plotter0.calc.png

Given a natural n and a point P, constructs a polyhedra with the form of a cone of n sides, centered at P, with height and radius of 1 unit.

calc.polyhedra_cone_with_lid2.calc.png
calc.polyhedra_cone_with_lid2.plotter0.calc.png

Given a natural n and two reals r and h, constructs a polyhedra with the form of a cone of n sides, centered at the origin, with height h and radiusr.

calc.polyhedra_cone_with_lid3.calc.png
calc.polyhedra_cone_with_lid3.plotter0.calc.png

Given a natural n, a point P and two reals r and h, constructs a polyhedra with the form of a cone of n sides, centered at P, with height h and radiusr.

calc.polyhedra_cone_with_lid4.calc.png
calc.polyhedra_cone_with_lid4.plotter0.calc.png