Inheritance diagram for RootCsg::TPoint2:
Public Member Functions | |
TPoint2 () | |
TPoint2 (const Double_t *v) | |
TPoint2 (Double_t x, Double_t y) | |
TPoint2 & | operator+= (const TVector2 &v) |
TPoint2 & | operator-= (const TVector2 &v) |
TPoint2 & | operator= (const TVector2 &v) |
Double_t | Distance (const TPoint2 &p) const |
Double_t | Distance2 (const TPoint2 &p) const |
TPoint2 | Lerp (const TPoint2 &p, Double_t t) const |
Definition at line 344 of file CsgOps.cxx.
RootCsg::TPoint2::TPoint2 | ( | ) | [inline] |
RootCsg::TPoint2::TPoint2 | ( | const Double_t * | v | ) | [inline] |
Definition at line 347 of file CsgOps.cxx.
Definition at line 348 of file CsgOps.cxx.
Reimplemented from RootCsg::TVector2.
Definition at line 360 of file CsgOps.cxx.
References RootCsg::Tuple2::fCo.
Reimplemented from RootCsg::TVector2.
Definition at line 368 of file CsgOps.cxx.
References RootCsg::Tuple2::fCo.