#include <cmath>
#include "Polygon3D.hpp"
#include "Polygon2D.hpp"
#include <algorithm>
#include <iterator>
#include <sstream>
Go to the source code of this file.
Namespaces | |
datatypes | |
Functions | |
static bool | datatypes::comparePointAngleXYPlane (const Point3D &p1, const Point3D &p2) |
Compare-function for the sort algorithm sortForAngleXYPlane(). More... | |
std::ostream & | datatypes::operator<< (std::ostream &os, const Polygon3D &poly) |
Text output for debugging. More... | |