CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
Functions | |
void | tangents (CLHEP::Hep2Vector c, double r1, double r2, vector< MdcGeomSvc::AdjCandiTgtLine2D > &ans) |
find tangent. should have returned optional<line>, but ok.. | |
vector< MdcGeomSvc::AdjCandiTgtLine2D > | tangents (CLHEP::Hep2Vector a, CLHEP::Hep2Vector b, double ra, double rb) |
find all tangents of 2 circles given as point and radius. may return 0,1,2,3,4 lines | |
Variables | |
const double | EPS = 1E-9 |
vector< MdcGeomSvc::AdjCandiTgtLine2D > _MdcGeomSvc_impl::tangents | ( | CLHEP::Hep2Vector | a, |
CLHEP::Hep2Vector | b, | ||
double | ra, | ||
double | rb ) |
find all tangents of 2 circles given as point and radius. may return 0,1,2,3,4 lines
a | |
b | |
ra | |
rb |
Definition at line 1562 of file MdcGeomSvc-00-01-42/src/MdcGeomSvc.cxx.
void _MdcGeomSvc_impl::tangents | ( | CLHEP::Hep2Vector | c, |
double | r1, | ||
double | r2, | ||
vector< MdcGeomSvc::AdjCandiTgtLine2D > & | ans ) |
find tangent. should have returned optional<line>, but ok..
c | |
r1 | |
r2 | |
ans |
Definition at line 1540 of file MdcGeomSvc-00-01-42/src/MdcGeomSvc.cxx.
Referenced by MdcGeomSvc::getAdjacentCandidateWithDriftCircle(), and tangents().
const double _MdcGeomSvc_impl::EPS = 1E-9 |
Definition at line 1531 of file MdcGeomSvc-00-01-42/src/MdcGeomSvc.cxx.
Referenced by tangents().