------------------------------------------------------------------------------
| 435 | |
| 436 | //------------------------------------------------------------------------------ |
| 437 | void vtkBoundingBox::ScaleAboutCenter(double s) |
| 438 | { |
| 439 | this->ScaleAboutCenter(s, s, s); |
| 440 | } |
| 441 | |
| 442 | //------------------------------------------------------------------------------ |
| 443 | // Scale the box around the bounding box center point. |
no test coverage detected