FGeomTools2D::GenerateConvexHullFromPoints

Generate convex hull from points.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

static void GenerateConvexHullFromPoints
(
    TArray< FVector2D > & OutConvexHull,
    TArray< FVector2D > & Points
)

Remarks

Generate convex hull from points.

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