FastJet 3.4.1
|
#include <fastjet/internal/ClosestPair2DBase.hh>
Public Member Functions | |
Coord2D (double a, double b) | |
Coord2D | operator- (const Coord2D &other) const |
return the vector difference between two coordinates More... | |
Coord2D | operator+ (const Coord2D &other) const |
return the vector sum between two coordinates More... | |
Coord2D | operator* (double factor) const |
return the product of the coordinate with the factor More... | |
Coord2D | operator/ (double divisor) const |
division of each component of coordinate More... | |
double | distance2 (const Coord2D &b) const |
return the squared distance between two coordinates More... | |
Public Attributes | |
double | x |
double | y |
Friends | |
Coord2D | operator* (double factor, const Coord2D &coord) |
double | distance2 (const Coord2D &a, const Coord2D &b) |
return the squared distance between two coordinates More... | |
Definition at line 46 of file ClosestPair2DBase.hh.
|
inline |
Definition at line 50 of file ClosestPair2DBase.hh.
|
inline |
Definition at line 52 of file ClosestPair2DBase.hh.
return the vector difference between two coordinates
Definition at line 55 of file ClosestPair2DBase.hh.
return the vector sum between two coordinates
Definition at line 59 of file ClosestPair2DBase.hh.
|
inline |
return the product of the coordinate with the factor
Definition at line 63 of file ClosestPair2DBase.hh.
|
inline |
division of each component of coordinate
Definition at line 69 of file ClosestPair2DBase.hh.
|
inline |
return the squared distance between two coordinates
Definition at line 78 of file ClosestPair2DBase.hh.
Definition at line 64 of file ClosestPair2DBase.hh.
return the squared distance between two coordinates
Definition at line 73 of file ClosestPair2DBase.hh.
double fastjet::Coord2D::x |
Definition at line 48 of file ClosestPair2DBase.hh.
double fastjet::Coord2D::y |
Definition at line 48 of file ClosestPair2DBase.hh.