codac 1.5.6
Loading...
Searching...
No Matches
codac2_Polygon.h File Reference
#include <list>
#include <vector>
#include <utility>
#include "codac2_IntervalVector.h"
#include "codac2_BoolInterval.h"
#include "codac2_Segment.h"
Include dependency graph for codac2_Polygon.h:
This graph shows which files directly or indirectly include this file:

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...
 

Functions

std::ostream & codac2::operator<< (std::ostream &str, const Polygon &p)
 Stream output operator for Polygon.
 

Detailed Description

Date
2025
Author
Simon Rohou
License: GNU Lesser General Public License (LGPL)

Function Documentation

◆ operator<<()

std::ostream & codac2::operator<< ( std::ostream & str,
const Polygon & p )

Stream output operator for Polygon.

Parameters
strOutput stream.
pThe polygon to print.
Returns
The output stream with the polygon information.