------------------------------------------------------------------------------
| 375 | |
| 376 | //------------------------------------------------------------------------------ |
| 377 | double vtkBoundingBox::GetDiagonalLength() const |
| 378 | { |
| 379 | return std::sqrt(this->GetDiagonalLength2()); |
| 380 | } |
| 381 | |
| 382 | //------------------------------------------------------------------------------ |
| 383 | // Description: |