Back to class index
| OBB::MinimalEnclosingSphereSyntaxSphere OBB::MinimalEnclosingSphere() const; [7 lines of code]Returns the smallest sphere that contains this OBB. This function computes the optimal minimum volume sphere that encloses this OBB. See AlsoSyntaxSphere OBB::MaximalContainedSphere() const; [7 lines of code]Returns the largest sphere that can fit inside this OBB. This function computes the largest sphere that can fit inside this OBB. This sphere is unique up to the center point of the sphere. The returned sphere will be positioned to the same center point as this OBB. See Also |