TConvexHull3::Solve

Default FilterFunc version of the above [Solve()](API\Plugins\GeometryAlgorithms\TConvexHull3\Solve\3); workaround for clang bug [https://bugs.llvm.org/show_bug.cgi?id=25333](https://bugs.llvm.org/show_bug.cgi?id=25333)

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometryAlgorithms/Public/ConvexHull3.h

Include

#include "ConvexHull3.h"

Syntax

bool Solve
(
    TArrayView< const FVector3< RealType >> Points
)

Remarks

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

Returns

true if hull was generated, false if points span < 2 dimensions

Parameters

Parameter

Description

Points

Array of points to consider

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