14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
inline const G4Axis2Placement3D* G4Conic::GetPosition() const {
|
|
return &position;
|
|
}
|
|
|
|
inline G4double G4Conic::GetPShift() const {
|
|
return pShift;
|
|
}
|
|
|
|
inline void G4Conic::SetPShift(G4double pShift0) {
|
|
pShift= pShift0;
|
|
}
|
|
|
|
|