#include "polygon_45_set_data.hpp"
#include "polygon_45_set_concept.hpp"
#include "polygon_traits.hpp"
#include "detail/polygon_arbitrary_formation.hpp"
#include "detail/scan_arbitrary.hpp"
#include "polygon_set_traits.hpp"
#include "detail/polygon_set_view.hpp"
#include "polygon_set_concept.hpp"
#include "detail/minkowski.hpp"
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::polygon | |
Functions | |
template<typename T > | |
int | boost::polygon::make_resizing_vertex_list (std::vector< std::vector< point_data< T > > > &return_points, point_data< T > &curr_prev, bool ignore_prev_point, point_data< T > start, point_data< T > middle, point_data< T > end, double sizing_distance, unsigned int num_circle_segments, bool corner_fill_arc) |
template<typename T > | |
int | boost::polygon::make_arc (std::vector< point_data< T > > &return_points, point_data< double > start, point_data< double > end, point_data< double > center, double r, unsigned int num_circle_segments) |