mirror of https://github.com/CGAL/cgal
early exit already is in Bbox_3::scale() so we can remove this condition
This commit is contained in:
parent
15310c93ef
commit
bb2335a86e
|
|
@ -95,8 +95,7 @@ namespace CGAL {
|
||||||
{
|
{
|
||||||
bb += get_bbox( get(vpm, v) );
|
bb += get_bbox( get(vpm, v) );
|
||||||
}
|
}
|
||||||
if (factor != 1.)
|
bb.scale(factor);
|
||||||
bb.scale(factor);
|
|
||||||
|
|
||||||
return bb;
|
return bb;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue