Polyhedra cylinder with lids
Constructs a polyhedra with the form of a cylinder, including the top and bottom bases.
Syntax
polyhedra_cylinder_with_lids(Natural)
polyhedra_cylinder_with_lids(Natural, Point)
polyhedra_cylinder_with_lids(Natural, Real, Real)
polyhedra_cylinder_with_lids(Natural, Point, Real, Real)
Description
Given a natural and two reals and , constructs a polyhedra with the form of a cylinder of sides, centered at the origin, with height and radius .
Given a natural , a point and two reals and , constructs a polyhedra with the form of a cylinder of sides, centered at , with height and radius .