Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRange > API/Runtime/Core/Math/TRange/Hull
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include | #include "Math/Range.h" |
static TRange Hull
(
const TRange & X,
const TRange & Y
)
Remarks
Compute the hull of two ranges.
The hull is the smallest range that contains both ranges. The hull.
Parameters
| Name | Description |
|---|---|
| X | The first range. |
| Y | The second range. |