FastJet 3.4.1
Public Member Functions | Public Attributes | List of all members
fastjet::VPoint Class Reference

More...

#include <fastjet/internal/Voronoi.hh>

Public Member Functions

 VPoint ()
 defailt ctor More...
 
 VPoint (double _x, double _y)
 ctor with initialisation More...
 
VPoint operator+ (const VPoint &p) const
 addition More...
 
VPoint operator- (const VPoint &p) const
 subtraction More...
 
VPoint operator* (const double t) const
 scalar multiplication More...
 

Public Attributes

double x
 vector coordinates More...
 
double y
 

Detailed Description

Definition at line 126 of file Voronoi.hh.

Constructor & Destructor Documentation

◆ VPoint() [1/2]

fastjet::VPoint::VPoint ( )
inline

defailt ctor

Definition at line 129 of file Voronoi.hh.

◆ VPoint() [2/2]

fastjet::VPoint::VPoint ( double  _x,
double  _y 
)
inline

ctor with initialisation

Definition at line 132 of file Voronoi.hh.

Member Function Documentation

◆ operator+()

VPoint fastjet::VPoint::operator+ ( const VPoint p) const
inline

addition

Definition at line 135 of file Voronoi.hh.

◆ operator-()

VPoint fastjet::VPoint::operator- ( const VPoint p) const
inline

subtraction

Definition at line 140 of file Voronoi.hh.

◆ operator*()

VPoint fastjet::VPoint::operator* ( const double  t) const
inline

scalar multiplication

Definition at line 145 of file Voronoi.hh.

Member Data Documentation

◆ x

double fastjet::VPoint::x

vector coordinates

Definition at line 150 of file Voronoi.hh.

◆ y

double fastjet::VPoint::y

Definition at line 150 of file Voronoi.hh.


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