Skip to content

Avoid making invalid bounds valid.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:fix_boundingbox into master

vtkBoundingBox::SetBounds(double[6]) API would convert invalid bounds to valid ones. This can have unintended side effects. Avoid that. Also added a test that checks that this is no longer the case.

Merge request reports