class to handle a 2d point More...
#include <Voronoi.hh>
Public Member Functions | |
| Point () | |
| defailt ctor | |
| Point (double _x, double _y) | |
| ctor with initialisation | |
| Point | operator+ (const Point &p) const |
| addition | |
| Point | operator- (const Point &p) const |
| subtraction | |
| Point | operator* (const double t) const |
| scalar multiplication | |
Public Attributes | |
| double | x |
| vector coordinates | |
| double | y |
class to handle a 2d point
Definition at line 78 of file Voronoi.hh.
| fastjet::Point::Point | ( | ) | [inline] |
| fastjet::Point::Point | ( | double | _x, | |
| double | _y | |||
| ) | [inline] |
| Point fastjet::Point::operator* | ( | const double | t | ) | const [inline] |
scalar multiplication
Definition at line 97 of file Voronoi.hh.
References fastjet::d0::inline_maths::y().
addition
Definition at line 87 of file Voronoi.hh.
References x, y, and fastjet::d0::inline_maths::y().
subtraction
Definition at line 92 of file Voronoi.hh.
References x, y, and fastjet::d0::inline_maths::y().
| double fastjet::Point::x |
vector coordinates
Definition at line 102 of file Voronoi.hh.
Referenced by fastjet::DnnPlane::_euclid_distance(), fastjet::DnnPlane::etaphi(), fastjet::norm(), operator+(), operator-(), fastjet::scalar_product(), fastjet::scomp(), and fastjet::vector_product().
| double fastjet::Point::y |
Definition at line 102 of file Voronoi.hh.
Referenced by fastjet::DnnPlane::_euclid_distance(), fastjet::DnnPlane::etaphi(), fastjet::norm(), operator+(), operator-(), fastjet::scalar_product(), fastjet::scomp(), and fastjet::vector_product().
1.6.1