FMeshWeights::VoronoiArea

Compute the Mixed Voronoi Area associated with a vertex.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/MeshWeights.h

Include

#include "MeshWeights.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/MeshWeights.cpp

Syntax

static double VoronoiArea
(
    const FDynamicMesh3 & Mesh,
    int32 VertexIndex
)

Remarks

Compute the Mixed Voronoi Area associated with a vertex. Based on Fig 4 from "Discrete Differential-Geometry Operators for Triangulated 2-Manifolds", Meyer et al 2002,

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