Skip to main content

Polyhedra cone

Constructs a polyhedra with the form of a cone.

Syntax

polyhedra_cone(Natural)
polyhedra_cone(Natural, Point)
polyhedra_cone(Natural, Real, Real)
polyhedra_cone(Natural, Point, Real, Real)

Description

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

calc.polyhedra_cone1.calc.png
calc.polyhedra_cone1.plotter0.calc.png

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

calc.polyhedra_cone2.calc.png
calc.polyhedra_cone2.plotter0.calc.png

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

calc.polyhedra_cone3.calc.png
calc.polyhedra_cone3.plotter0.calc.png

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

calc.polyhedra_cone4.calc.png
calc.polyhedra_cone4.plotter0.calc.png