Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshWeights
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static double VoronoiArea
(
const FDynamicMesh3& Mesh, |
Compute the Mixed Voronoi Area associated with a vertex. | MeshWeights.h | |
static double VoronoiArea
(
const FDynamicMesh3& Mesh, |
Compute the Mixed Voronoi Area associated with a vertex. | MeshWeights.h |
VoronoiArea(const FDynamicMesh3 &, int32)
Description
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,
| Name | VoronoiArea |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshWeights.h |
| Include Path | #include "MeshWeights.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/MeshWeights.cpp |
static double VoronoiArea
(
const FDynamicMesh3 & Mesh,
int32 VertexIndex
)
VoronoiArea(const FDynamicMesh3 &, int32, TFunctionRef< FVector3d(int32)>)
Description
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,
| Name | VoronoiArea |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshWeights.h |
| Include Path | #include "MeshWeights.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/MeshWeights.cpp |
static double VoronoiArea
(
const FDynamicMesh3 & Mesh,
int32 VertexIndex,
TFunctionRef < FVector3d> VertexPositionFunc
)