Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Polyhedron
SourceThe module for the polyhedron manipulation. We use the term "polyhedron" to define a set of linear constraint. Each constraint defines a half-plan. A polyhedron is then determined by the intersections of all the half-plans formed by its constaint. It differs from polygons which represent finite enveloppes (For example, convex polygons are a particular cases of polyhedra, which can be infinite).
returns the polyhedron corresponding to the space defined by a polygon
returns the polygon corresponding to the space defined by a polyhedron. raises a failure if the polyhedron is open
returns the list of constraint of the polyhedron
prints the list of constraint of the polyhedron