early exit already is in Bbox_3::scale() so we can remove this condition

This commit is contained in:
Jane Tournois 2024-03-06 14:50:32 +01:00
parent 15310c93ef
commit bb2335a86e
1 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,6 @@ namespace CGAL {
{
bb += get_bbox( get(vpm, v) );
}
if (factor != 1.)
bb.scale(factor);
return bb;