==============================================================================
| 43 | |
| 44 | //============================================================================== |
| 45 | SphereShape::SphereShape(double radius) : Shape(SPHERE) |
| 46 | { |
| 47 | setRadius(radius); |
| 48 | } |
| 49 | |
| 50 | //============================================================================== |
| 51 | SphereShape::~SphereShape() |
no outgoing calls