UE::Geometry::IsInsideHull

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

UE::Geometry::IsInsideHull

(
    TArrayView< THalfspace3< RealType >...,
    const TSphere3< RealType >& InnerS...
)

Convex Hull/Volume containment queries Test if the convex volume defined by a set of Halfspaces contains InnerSphere.

Public function

bool

 

UE::Geometry::IsInsideHull

(
    TArrayView< THalfspace3< RealType >...,
    const TCapsule3< RealType >& Inner...
)

Test if the convex volume defined by a set of Halfspaces contains InnerCapsule.

Public function

bool

 

UE::Geometry::IsInsideHull

(
    TArrayView< THalfspace3< RealType >...,
    const TOrientedBox3< RealType >& I...
)

Test if the convex volume defined by a set of Halfspaces contains InnerBox.

Public function

bool

 

UE::Geometry::IsInsideHull

(
    TArrayView< THalfspace3< RealType >...,
    EnumerablePointsType EnumerablePts
)

Test if the convex volume defined by a set of Halfspaces contains InnerSphere.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss