Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-03-13 09:41:56 -07:00
parent 19df200382
commit cf8984bb9a
47 changed files with 397 additions and 11738 deletions

View File

@@ -365,8 +365,9 @@ bool ON_Light::GetTightBoundingBox(
{
rc = ON_GetPointListBoundingBox(3, 0, points.Count(), 3,
(double*)points.Array(),
tight_bbox.m_min, tight_bbox.m_max,
bGrowBox ? true : false)
tight_bbox,
bGrowBox ? true : false,
xform)
? true
: false;
}