Solve

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Solve

(
    TArrayView< const FVector3< RealTyp...
)

Default FilterFunc version of the above Solve(); workaround for clang bug https://bugs.llvm.org/show_bug.cgi?id=25333

Public function

bool

 

Solve

(
    TArrayView< const FVector3< RealTyp...,
    TFunctionRef< bool)> FilterFu...
)

Generate convex hull as long as input is not degenerate If input is degenerate, this will return false, and caller can call GetDimension() to determine whether the points were collinear, or all the same point

Public function

bool

 

Solve

(
    int32 NumPoints,
    TFunctionRef< FVector3< RealType >(...,
    TFunctionRef< bool)> FilterFu...
)

Generate convex hull as long as input is not degenerate If input is degenerate, this will return false, and caller can call GetDimension() to determine whether the points were coplanar, collinear, or all the same point

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