Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/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
) const
Remarks
Gets the result of addition to this bounding volume. A new bounding volume.
Parameters
| Name | Description |
|---|---|
| Other | The other volume to add to this. |