Jpp test-rotations-new
the software that should make you happy
|
Auxiliary data structure for ellipse. More...
Public Attributes | |
double | x1 |
double | y1 |
double | r1 |
double | r2 |
double | phimin |
double | phimax |
Friends | |
std::istream & | operator>> (std::istream &in, JEllipse &ellipse) |
Read ellipse from input stream. | |
std::ostream & | operator<< (std::ostream &out, const JEllipse &ellipse) |
Write ellipse to output stream. | |
Auxiliary data structure for ellipse.
Definition at line 17 of file JEllipse.cc.
|
friend |
Read ellipse from input stream.
in | input stream |
ellipse | ellipse |
Definition at line 26 of file JEllipse.cc.
|
friend |
Write ellipse to output stream.
out | output stream |
ellipse | ellipse |
Definition at line 60 of file JEllipse.cc.
double JEllipse::x1 |
Definition at line 72 of file JEllipse.cc.
double JEllipse::y1 |
Definition at line 73 of file JEllipse.cc.
double JEllipse::r1 |
Definition at line 74 of file JEllipse.cc.
double JEllipse::r2 |
Definition at line 75 of file JEllipse.cc.
double JEllipse::phimin |
Definition at line 76 of file JEllipse.cc.
double JEllipse::phimax |
Definition at line 77 of file JEllipse.cc.