| 280 | } |
| 281 | |
| 282 | double mitk::BaseGeometry::GetDiagonalLength2() const |
| 283 | { |
| 284 | Vector3D diagonalvector = GetCornerPoint() - GetCornerPoint(false, false, false); |
| 285 | return diagonalvector.GetSquaredNorm(); |
| 286 | } |
| 287 | |
| 288 | double mitk::BaseGeometry::GetDiagonalLength() const |
| 289 | { |
no outgoing calls