Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PolyPhiFaceEdge Struct Reference

#include <G4PolyPhiFace.hh>

Public Member Functions

 G4PolyPhiFaceEdge ()=default
 

Public Attributes

G4PolyPhiFaceVertexv0 {nullptr}
 
G4PolyPhiFaceVertexv1 {nullptr}
 
G4double tr {.0}
 
G4double tz {0.}
 
G4double length {0.}
 
G4ThreeVector norm3D
 

Detailed Description

Definition at line 66 of file G4PolyPhiFace.hh.

Constructor & Destructor Documentation

◆ G4PolyPhiFaceEdge()

G4PolyPhiFaceEdge::G4PolyPhiFaceEdge ( )
default

Member Data Documentation

◆ length

G4double G4PolyPhiFaceEdge::length {0.}

Definition at line 71 of file G4PolyPhiFace.hh.

71{0.}; // Length of edge

Referenced by G4PolyPhiFace::G4PolyPhiFace(), and G4PolyPhiFace::InsideEdges().

◆ norm3D

G4ThreeVector G4PolyPhiFaceEdge::norm3D

Definition at line 72 of file G4PolyPhiFace.hh.

Referenced by G4PolyPhiFace::G4PolyPhiFace(), and G4PolyPhiFace::InsideEdges().

◆ tr

G4double G4PolyPhiFaceEdge::tr {.0}

Definition at line 70 of file G4PolyPhiFace.hh.

70{.0}, tz{0.}, // Unit vector along edge

Referenced by G4PolyPhiFace::G4PolyPhiFace(), and G4PolyPhiFace::InsideEdges().

◆ tz

G4double G4PolyPhiFaceEdge::tz {0.}

Definition at line 70 of file G4PolyPhiFace.hh.

70{.0}, tz{0.}, // Unit vector along edge

Referenced by G4PolyPhiFace::G4PolyPhiFace(), and G4PolyPhiFace::InsideEdges().

◆ v0

G4PolyPhiFaceVertex* G4PolyPhiFaceEdge::v0 {nullptr}

Definition at line 69 of file G4PolyPhiFace.hh.

69{nullptr}, *v1{nullptr}; // Corners
G4PolyPhiFaceVertex * v1

Referenced by G4PolyPhiFace::CopyStuff(), G4PolyPhiFace::G4PolyPhiFace(), and G4PolyPhiFace::InsideEdges().

◆ v1

G4PolyPhiFaceVertex * G4PolyPhiFaceEdge::v1 {nullptr}

Definition at line 69 of file G4PolyPhiFace.hh.

69{nullptr}, *v1{nullptr}; // Corners

Referenced by G4PolyPhiFace::CopyStuff(), G4PolyPhiFace::G4PolyPhiFace(), and G4PolyPhiFace::InsideEdges().


The documentation for this struct was generated from the following file: