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" |
Syntax
struct Builder
Remarks
Utility class to build a TBoxSphereBounds by adding other math primitives. Correctly handles the initial insertion (instead of potentially adding the ZeroVector by default)
Constructors
| Type | Name | Description | |
|---|---|---|---|
Builder () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Builder & | operator+=
(
const TBoxSphereBounds< T, TExtent >& OtherBounds |
||
| Builder & | operator+=
(
const TBox< T >& OtherBox |
||
| Builder & | operator+=
(
const TSphere< T >& Sphere |
||
| Builder & | operator+=
(
const TVector< T >& Point |