More...
#include <fastjet/internal/ClosestPair2DBase.hh>
|
| | Coord2D (double a, double b) |
| Coord2D | operator- (const Coord2D &other) const |
| | return the vector difference between two coordinates
|
| Coord2D | operator+ (const Coord2D &other) const |
| | return the vector sum between two coordinates
|
| Coord2D | operator* (double factor) const |
| | return the product of the coordinate with the factor
|
| Coord2D | operator/ (double divisor) const |
| | division of each component of coordinate
|
| double | distance2 (const Coord2D &b) const |
| | return the squared distance between two coordinates
|
|
| Coord2D | operator* (double factor, const Coord2D &coord) |
| double | distance2 (const Coord2D &a, const Coord2D &b) |
| | return the squared distance between two coordinates
|
Definition at line 46 of file ClosestPair2DBase.hh.
◆ Coord2D() [1/2]
| fastjet::Coord2D::Coord2D |
( |
| ) |
|
|
inline |
◆ Coord2D() [2/2]
| fastjet::Coord2D::Coord2D |
( |
double | a, |
|
|
double | b ) |
|
inline |
◆ operator-()
| Coord2D fastjet::Coord2D::operator- |
( |
const Coord2D & | other | ) |
const |
|
inline |
◆ operator+()
| Coord2D fastjet::Coord2D::operator+ |
( |
const Coord2D & | other | ) |
const |
|
inline |
◆ operator*()
| Coord2D fastjet::Coord2D::operator* |
( |
double | factor | ) |
const |
|
inline |
◆ operator/()
| Coord2D fastjet::Coord2D::operator/ |
( |
double | divisor | ) |
const |
|
inline |
◆ distance2()
| double fastjet::Coord2D::distance2 |
( |
const Coord2D & | b | ) |
const |
|
inline |
◆ operator*
| Coord2D operator* |
( |
double | factor, |
|
|
const Coord2D & | coord ) |
|
friend |
◆ distance2
| double distance2 |
( |
const Coord2D & | a, |
|
|
const Coord2D & | b ) |
|
friend |
| double fastjet::Coord2D::x |
| double fastjet::Coord2D::y |
The documentation for this class was generated from the following file: