Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4LineSection.hh>
Public Member Functions | |
G4LineSection (const G4ThreeVector &PntA, const G4ThreeVector &PntB) | |
G4double | Dist (G4ThreeVector OtherPnt) const |
G4double | GetABdistanceSq () const |
Static Public Member Functions | |
static G4double | Distline (const G4ThreeVector &OtherPnt, const G4ThreeVector &LinePntA, const G4ThreeVector &LinePntB) |
Definition at line 42 of file G4LineSection.hh.
G4LineSection::G4LineSection | ( | const G4ThreeVector & | PntA, |
const G4ThreeVector & | PntB | ||
) |
Definition at line 33 of file G4LineSection.cc.
G4double G4LineSection::Dist | ( | G4ThreeVector | OtherPnt | ) | const |
Definition at line 40 of file G4LineSection.cc.
Referenced by Distline().
|
inlinestatic |
Definition at line 72 of file G4LineSection.hh.
Referenced by G4BogackiShampine45::DistChord(), G4CashKarpRKF45::DistChord(), G4ConstRK4::DistChord(), G4DoLoMcPriRK34::DistChord(), G4DormandPrinceRK56::DistChord(), G4DormandPrinceRK78::DistChord(), G4FSALBogackiShampine45::DistChord(), G4FSALDormandPrince745::DistChord(), G4MagErrorStepper::DistChord(), G4RKG3_Stepper::DistChord(), G4TsitourasRK45::DistChord(), G4BogackiShampine23::DistChord(), G4DormandPrince745::DistChord(), G4NystromRK4::DistChord(), G4RK547FEq1::DistChord(), G4RK547FEq2::DistChord(), G4RK547FEq3::DistChord(), G4TCashKarpRKF45< T_Equation, N >::DistChord(), G4TDormandPrince45< T_Equation, N >::DistChord(), G4TMagErrorStepper< T_Stepper, T_Equation, N >::DistChord(), and G4BorisDriver::QuickAdvance().
|
inline |
Definition at line 66 of file G4LineSection.hh.