Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ReduciblePolygon.hh>
Public Member Functions | |
ABVertex () | |
Public Attributes | |
G4double | a {0.} |
G4double | b {0.} |
ABVertex * | next {nullptr} |
Definition at line 124 of file G4ReduciblePolygon.hh.
|
inline |
Definition at line 126 of file G4ReduciblePolygon.hh.
G4double G4ReduciblePolygon::ABVertex::a {0.} |
Definition at line 127 of file G4ReduciblePolygon.hh.
Referenced by G4ReduciblePolygon::Area(), G4ReduciblePolygon::BisectedBy(), G4ReduciblePolygon::CalculateMaxMin(), G4ReduciblePolygon::CopyVertices(), G4ReduciblePolygon::CrossesItself(), G4ReduciblePolygonIterator::GetA(), G4ReduciblePolygon::Print(), G4ReduciblePolygon::RemoveDuplicateVertices(), G4ReduciblePolygon::RemoveRedundantVertices(), and G4ReduciblePolygon::ScaleA().
G4double G4ReduciblePolygon::ABVertex::b {0.} |
Definition at line 127 of file G4ReduciblePolygon.hh.
Referenced by G4ReduciblePolygon::Area(), G4ReduciblePolygon::BisectedBy(), G4ReduciblePolygon::CalculateMaxMin(), G4ReduciblePolygon::CopyVertices(), G4ReduciblePolygon::CrossesItself(), G4ReduciblePolygonIterator::GetB(), G4ReduciblePolygon::Print(), G4ReduciblePolygon::RemoveDuplicateVertices(), G4ReduciblePolygon::RemoveRedundantVertices(), G4ReduciblePolygon::ScaleB(), and G4ReduciblePolygon::StartWithZMin().
ABVertex* G4ReduciblePolygon::ABVertex::next {nullptr} |
Definition at line 128 of file G4ReduciblePolygon.hh.
Referenced by G4ReduciblePolygon::Area(), G4ReduciblePolygon::BisectedBy(), G4ReduciblePolygon::CalculateMaxMin(), G4ReduciblePolygon::CopyVertices(), G4ReduciblePolygon::Create(), G4ReduciblePolygon::CrossesItself(), G4ReduciblePolygonIterator::Next(), G4ReduciblePolygon::Print(), G4ReduciblePolygon::RemoveDuplicateVertices(), G4ReduciblePolygon::RemoveRedundantVertices(), G4ReduciblePolygon::ReverseOrder(), G4ReduciblePolygon::ScaleA(), G4ReduciblePolygon::ScaleB(), G4ReduciblePolygon::StartWithZMin(), and G4ReduciblePolygon::~G4ReduciblePolygon().