|
FastJet 3.5.0
|
#include <fastjet/internal/Voronoi.hh>
Public Member Functions | |
| VPoint () | |
| defailt ctor | |
| VPoint (double _x, double _y) | |
| ctor with initialisation | |
| VPoint | operator+ (const VPoint &p) const |
| addition | |
| VPoint | operator- (const VPoint &p) const |
| subtraction | |
| VPoint | operator* (const double t) const |
| scalar multiplication | |
Public Attributes | |
| double | x |
| vector coordinates | |
| double | y |
Definition at line 126 of file Voronoi.hh.
|
inline |
defailt ctor
Definition at line 129 of file Voronoi.hh.
|
inline |
ctor with initialisation
Definition at line 132 of file Voronoi.hh.
addition
Definition at line 135 of file Voronoi.hh.
subtraction
Definition at line 140 of file Voronoi.hh.
|
inline |
scalar multiplication
Definition at line 145 of file Voronoi.hh.
| double fastjet::VPoint::x |
vector coordinates
Definition at line 150 of file Voronoi.hh.
| double fastjet::VPoint::y |
Definition at line 150 of file Voronoi.hh.