ATLAS Offline Software
Loading...
Searching...
No Matches
JetVoronoiDiagramHelpers::Point Class Reference

Default object of 2D space. More...

#include <JetVoronoiDiagramHelpers.h>

Collaboration diagram for JetVoronoiDiagramHelpers::Point:

Public Member Functions

 Point (coord the_x=0, coord the_y=0)
 Point (const Point &a)

Public Attributes

coord x
coord y

Detailed Description

Default object of 2D space.

Definition at line 50 of file JetVoronoiDiagramHelpers.h.

Constructor & Destructor Documentation

◆ Point() [1/2]

JetVoronoiDiagramHelpers::Point::Point ( coord the_x = 0,
coord the_y = 0 )
inline

◆ Point() [2/2]

JetVoronoiDiagramHelpers::Point::Point ( const Point & a)
inline

Definition at line 52 of file JetVoronoiDiagramHelpers.h.

52: x(a.x), y(a.y) {};
static Double_t a

Member Data Documentation

◆ x

coord JetVoronoiDiagramHelpers::Point::x

Definition at line 54 of file JetVoronoiDiagramHelpers.h.

◆ y

coord JetVoronoiDiagramHelpers::Point::y

Definition at line 55 of file JetVoronoiDiagramHelpers.h.


The documentation for this class was generated from the following file: