Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TSphere
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
Include | #include "Math/Sphere.h" |
TSphere < T > & operator+=
(
const TSphere < T > & Other
)
Remarks
Adds to this sphere to include a new bounding volume. Reference to this bounding volume after resizing to include the other bounding volume.
Parameters
Name | Description |
---|---|
Other | the bounding volume to increase the bounding volume to. |