41 #ifndef G4LineSection_hh
42 #define G4LineSection_hh
72 : EndpointA(PntA), VecAtoB(PntB-PntA)
89 return LineAB.
Dist( OtherPnt );
G4double Dist(G4ThreeVector OtherPnt) const
CLHEP::Hep3Vector G4ThreeVector
static G4double Distline(const G4ThreeVector &OtherPnt, const G4ThreeVector &LinePntA, const G4ThreeVector &LinePntB)
G4double GetABdistanceSq() const
G4LineSection(const G4ThreeVector &PntA, const G4ThreeVector &PntB)