next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Polyhedra :: facesAsCones

facesAsCones -- Returns the faces of a cone as actual cones.

Synopsis

Description

While faces returns a list of lists of indices for the rays that make up the codimension n faces, this gives a list of actual cones. It is just a small wrapper around faces. Whenever possible, use faces instead.

i1 : facesAsCones(1, posOrthant 2)

o1 = {Cone{...1...}, Cone{...1...}}

o1 : List

Ways to use facesAsCones :