Classes | |
class | Point |
class | Segment |
class | Polygon |
class | SegmentList |
class | Diagram |
Typedefs | |
typedef double | coord |
typedef std::vector< Polygon > | PolygonList |
Functions | |
Point | operator* (double a, const Point &b) |
Point | operator* (const Point &b, double a) |
double | operator* (const Point &a, const Point &b) |
Point | operator+ (const Point &a, const Point &b) |
Point | operator+ (double a, const Point &b) |
Point | operator+ (const Point &b, double a) |
Point | operator- (const Point &a, const Point &b) |
Point | operator- (const Point &b) |
bool | operator== (const Point &a, const Point &b) |
bool | operator!= (const Point &a, const Point &b) |
Point | Center (const Point &a, const Point &b) |
Point | Norm (const Point &a) |
Jakub Cuth
May 2015
Tool to add jet moments based on voronoi diagram.
Moments to add: VoronoiArea Area of voronoi cell corresponding to jet in eta-phi plane
Type of coordination system. Default integer in boost.
List of polygons.