45 : location(place.location), axis(place.axis),
46 refDirection(place.refDirection),
47 pX(place.pX), pY(place.pY), pZ(place.pZ),
48 toPlacementCoordinates(place.toPlacementCoordinates),
49 fromPlacementCoordinates(place.fromPlacementCoordinates)
58 if (&place ==
this)
return *
this;
60 refDirection = place.refDirection;
62 location = place.location;
66 toPlacementCoordinates = place.toPlacementCoordinates;
67 fromPlacementCoordinates = place.fromPlacementCoordinates;
G4Axis2Placement3D & operator=(const G4Axis2Placement3D &)