Voronoi

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FVoronoiCellInfo

All the info you would typically want about a single cell in the Voronoi diagram, in the format that is easiest to compute.

Public class

FVoronoiDiagram

Public class

IVoronoiPlugin

The public interface to this module

Functions

Name Description

Public function

bool

 

GetVoronoiEdges

(
    const TArrayView< const FVector >&...,
    const FBox& Bounds,
    TArray< TTuple< FVector, FVector >>...,
    TArray< int32 >& CellMember,
    float SquaredDistSkipPtThreshold
)

Public function

bool

 

VoronoiNeighbors

(
    const TArrayView< const FVector >&...,
    TArray< TArray< int >>& Neighbors,
    bool bExcludeBounds,
    float SquaredDistSkipPtThreshold
)

Copyright Epic Games, Inc. All Rights Reserved.

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