Hull

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function Static

TRange

 

Hull

(
    const TArray< TRange >& Ranges
)

Compute the hull of many ranges.

Public function Static

TRange

 

Hull

(
    const TRange& X,
    const TRange& Y
)

Compute the hull of two ranges.

The hull is the smallest range that contains both ranges.