ConvexHull2D::ComputeConvexHull

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/ConvexHull2d.h

Include

#include "Math/ConvexHull2d.h"

Syntax

namespace ConvexHull2D
{
    *Scan sorted vertex from left to right to compute lower hull Allocator void ConvexHull2D::ComputeConvexHull
    (
        const TArray< VectorType, Allocator > & Points,
        TArray< int32, Allocator > & OutIndices
    )
}

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