Inheritance diagram for RootCsg::TPoint3:
Public Member Functions | |
TPoint3 () | |
TPoint3 (const Double_t *v) | |
TPoint3 (Double_t xx, Double_t yy, Double_t zz) | |
TPoint3 & | operator+= (const TVector3 &v) |
TPoint3 & | operator-= (const TVector3 &v) |
TPoint3 & | operator= (const TVector3 &v) |
Double_t | Distance (const TPoint3 &p) const |
Double_t | Distance2 (const TPoint3 &p) const |
TPoint3 | Lerp (const TPoint3 &p, Double_t t) const |
Definition at line 752 of file CsgOps.cxx.
RootCsg::TPoint3::TPoint3 | ( | ) | [inline] |
RootCsg::TPoint3::TPoint3 | ( | const Double_t * | v | ) | [inline] |
Definition at line 755 of file CsgOps.cxx.
Definition at line 756 of file CsgOps.cxx.
Reimplemented from RootCsg::TVector3.
Definition at line 768 of file CsgOps.cxx.
References RootCsg::Tuple3::fCo.
Reimplemented from RootCsg::TVector3.
Definition at line 776 of file CsgOps.cxx.
References RootCsg::Tuple3::fCo.