A point of a parabola.
????!!!! in reality it is just a general point in two dimensional space, there is nothing that would indicate, that it belongs to a parabola. This class defines simply an (x,y) pair!!!!
Definition at line 36 of file MnParabolaPoint.h.
Public Member Functions | |
MnParabolaPoint (double x, double y) | |
Initializes the point with its coordinates. | |
~MnParabolaPoint () | |
double | X () const |
Accessor to the x (first) coordinate. | |
double | Y () const |
Accessor to the y (second) coordinate. | |
Private Attributes | |
double | fX |
double | fY |
#include <Minuit2/MnParabolaPoint.h>
Initializes the point with its coordinates.
x | the x (first) coordinate of the point. |
y | the y (second) coordinate of the point. |
Definition at line 48 of file MnParabolaPoint.h.
|
inline |
Definition at line 50 of file MnParabolaPoint.h.
|
inline |
Accessor to the x (first) coordinate.
Definition at line 60 of file MnParabolaPoint.h.
|
inline |
Accessor to the y (second) coordinate.
Definition at line 70 of file MnParabolaPoint.h.
|
private |
Definition at line 73 of file MnParabolaPoint.h.
|
private |
Definition at line 74 of file MnParabolaPoint.h.