Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBoxSphereBounds
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include | #include "Math/BoxSphereBounds.h" |
TBoxSphereBounds < T, TExtent > operator+
(
const TBoxSphereBounds < T, TExtent > & Other
) const
Remarks
Constructs a bounding volume containing both this and B. The combined bounding volume.
Parameters
| Name | Description |
|---|---|
| Other | The other bounding volume. |