|
codac 2.0.0
|
#include <list>#include <vector>#include <utility>#include "codac2_IntervalVector.h"#include "codac2_BoolInterval.h"#include "codac2_Segment.h"

Go to the source code of this file.
Classes | |
| class | codac2::Polygon |
Represents a polygon (convex or non-convex) defined by its vertices enclosed in IntervalVectors. More... | |
Namespaces | |
| namespace | codac2 |
Functions | |
| std::ostream & | codac2::operator<< (std::ostream &str, const Polygon &p) |
Stream output operator for Polygon. | |