Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Plane.hh>
Public Member Functions | |
G4Plane () | |
Public Attributes | |
G4double | a |
G4double | b |
G4double | c |
G4double | d |
Definition at line 43 of file G4Plane.hh.
|
inline |
Definition at line 48 of file G4Plane.hh.
G4double G4Plane::a |
Definition at line 52 of file G4Plane.hh.
Referenced by G4FPlane::ClosestDistanceToPoint(), G4FPlane::HowNear(), G4Ray::Magsq(), G4Surface::Project(), G4Ray::Vcross(), G4Ray::Vdot(), and G4Ray::Vscale().
G4double G4Plane::b |
Definition at line 52 of file G4Plane.hh.
Referenced by G4FPlane::ClosestDistanceToPoint(), G4FPlane::HowNear(), G4Ray::Magsq(), G4Surface::Project(), G4Ray::Vcross(), G4Ray::Vdot(), and G4Ray::Vscale().
G4double G4Plane::c |
Definition at line 52 of file G4Plane.hh.
Referenced by G4FPlane::ClosestDistanceToPoint(), G4FPlane::HowNear(), G4Ray::Magsq(), G4Surface::Project(), G4Ray::Vcross(), G4Ray::Vdot(), and G4Ray::Vscale().
G4double G4Plane::d |
Definition at line 52 of file G4Plane.hh.
Referenced by G4Ray::CalcPlane3Pts(), G4FPlane::ClosestDistanceToPoint(), G4FPlane::HowNear(), and G4Surface::Project().