ATLAS Offline Software
|
#include <JetVoronoiDiagramHelpers.h>
Public Member Functions | |
Segment (coord x1, coord y1, coord x2, coord y2) | |
Segment (Point a, Point b) | |
Public Attributes | |
Point | p0 |
Point | p1 |
Straight line in 2D space. Consisted of two points.
Definition at line 83 of file JetVoronoiDiagramHelpers.h.
Point JetVoronoiDiagramHelpers::Segment::p0 |
Definition at line 87 of file JetVoronoiDiagramHelpers.h.
Point JetVoronoiDiagramHelpers::Segment::p1 |
Definition at line 88 of file JetVoronoiDiagramHelpers.h.