116 nnn.
transform(rotation); nnn += translation;
117 nnx.
transform(rotation); nnx += translation;
118 nxn.
transform(rotation); nxn += translation;
119 nxx.
transform(rotation); nxx += translation;
120 xnn.
transform(rotation); xnn += translation;
121 xnx.
transform(rotation); xnx += translation;
122 xxn.
transform(rotation); xxn += translation;
123 xxx.
transform(rotation); xxx += translation;
131 for (
const auto& corner: {nnn,nnx,nxn,nxx,xnn,xnx,xxn,xxx}) {
132 if (fXmin > corner.getX()) fXmin = corner.getX();
133 if (fYmin > corner.getY()) fYmin = corner.getY();
134 if (fZmin > corner.getZ()) fZmin = corner.getZ();
135 if (fXmax < corner.getX()) fXmax = corner.getX();
136 if (fYmax < corner.getY()) fYmax = corner.getY();
137 if (fZmax < corner.getZ()) fZmax = corner.getZ();
G4VisExtent(G4double xmin=0., G4double xmax=0., G4double ymin=0., G4double ymax=0., G4double zmin=0., G4double zmax=0.)