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 , constructs a polyhedra with the form of a cone of sides, centered at the origin, with height and radius of 1 unit.
Given a natural and a point , constructs a polyhedra with the form of a cone of sides, centered at , with height and radius of 1 unit.
Given a natural and two reals and , constructs a polyhedra with the form of a cone 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 cone of sides, centered at , with height and radius.