Calculates the overlap between two polygons. More...
#include "PolyIntersect.hpp"
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real_distribution.hpp>
Go to the source code of this file.
Classes | |
class | PolygonOverlap |
Overlap of two polygons. More... | |
Typedefs | |
typedef boost::mt19937_64 | base_generator_type |
Alias for random number generator. | |
Calculates the overlap between two polygons.
Definition in file polygon_overlap_area.hpp.