TwiceAsNice
2019-02-18
|
#include <boost/polygon/polygon.hpp>
#include <cassert>
#include <iostream>
#include <iomanip>
#include <vector>
Namespaces | |
Nice | |
Nice::Boost | |
Functions | |
Nice::Boost::Polygon | createSE (Nice::Boost::Point _p1, Nice::Boost::Point _p2, Nice::Boost::Point _p3, Nice::Boost::Point _p4, Nice::Boost::Point _p5, Nice::Boost::Point _p6, Nice::Boost::Point _home) |
long double | measureShortestEdge (Nice::Boost::Polygon _se) |
int | main () |
Nice::Boost::Polygon createSE | ( | Nice::Boost::Point | _p1, |
Nice::Boost::Point | _p2, | ||
Nice::Boost::Point | _p3, | ||
Nice::Boost::Point | _p4, | ||
Nice::Boost::Point | _p5, | ||
Nice::Boost::Point | _p6, | ||
Nice::Boost::Point | _home | ||
) |
int main | ( | void | ) |
long double measureShortestEdge | ( | Nice::Boost::Polygon | _se | ) |