Geant4-11
Public Member Functions | Data Fields
G4ExtrudedSolid::ZSection Struct Reference

#include <G4ExtrudedSolid.hh>

Public Member Functions

 ZSection (G4double z, const G4TwoVector &offset, G4double scale)
 

Data Fields

G4TwoVector fOffset
 
G4double fScale
 
G4double fZ
 

Detailed Description

Definition at line 76 of file G4ExtrudedSolid.hh.

Constructor & Destructor Documentation

◆ ZSection()

G4ExtrudedSolid::ZSection::ZSection ( G4double  z,
const G4TwoVector offset,
G4double  scale 
)
inline

Definition at line 78 of file G4ExtrudedSolid.hh.

79 : fZ(z), fOffset(offset), fScale(scale) {}

Field Documentation

◆ fOffset

G4TwoVector G4ExtrudedSolid::ZSection::fOffset

◆ fScale

G4double G4ExtrudedSolid::ZSection::fScale

◆ fZ

G4double G4ExtrudedSolid::ZSection::fZ

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