Classes | Typedefs
polygon_overlap_area.hpp File Reference

Calculates the overlap between two polygons. More...

#include "PolyIntersect.hpp"
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real_distribution.hpp>
Include dependency graph for polygon_overlap_area.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Calculates the overlap between two polygons.

Author
Elad Steinberg

Definition in file polygon_overlap_area.hpp.