#include "../BasicDatatypes.hpp"
#include "Point2D.hpp"
#include <iosfwd>
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
class | datatypes::Polygon2D |
A polygon of 2D-points. More... | |
Namespaces | |
datatypes | |
Functions | |
std::ostream & | datatypes::operator<< (std::ostream &os, const Polygon2D &point) |
Text output for debugging. More... | |