#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.
|
class | codac2::Polygon |
| Represents a polygon (convex or non-convex) defined by its vertices enclosed in IntervalVector s. More...
|
|
- Date
- 2025
- Author
- Simon Rohou
- Copyright
- Copyright 2025 Codac Team
- License: GNU Lesser General Public License (LGPL)
◆ operator<<()
std::ostream & codac2::operator<< |
( |
std::ostream & | str, |
|
|
const Polygon & | p ) |
Stream output operator for Polygon
.
- Parameters
-
str | Output stream. |
p | The polygon to print. |
- Returns
- The output stream with the polygon information.