47 constructorParams.origin = origin;
48 constructorParams.xhat = xhat;
49 constructorParams.zhat = zhat;
50 constructorParams.radius = radius;
68 constructorParams.origin = rhs.constructorParams.origin;
69 constructorParams.xhat = rhs.constructorParams.xhat;
70 constructorParams.zhat = rhs.constructorParams.zhat;
71 constructorParams.radius = rhs.constructorParams.radius;
81 if (
this == &rhs) {
return *
this; }
89 constructorParams.origin = rhs.constructorParams.origin;
90 constructorParams.xhat = rhs.constructorParams.xhat;
91 constructorParams.zhat = rhs.constructorParams.zhat;
92 constructorParams.radius = rhs.constructorParams.radius;
99 void G4BREPSolidSphere::InitializeSphere()
107 constructorParams.xhat,
108 constructorParams.zhat,
109 constructorParams.radius,
162 if(validNorm) *validNorm =
false;
172 if(validNorm) *validNorm =
true;
198 <<
"\n origin: " << constructorParams.origin
199 <<
"\n xhat: " << constructorParams.xhat
200 <<
"\n zhat: " << constructorParams.zhat
201 <<
"\n radius: " << constructorParams.radius
202 <<
"\n-----------------------------------------------------------\n";