Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshWeights
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FVector3d MeanValueCentroid
(
const FDynamicMesh3& Mesh, |
Compute mean-value centroid of a vertex one-ring. These weights are strictly positive. | MeshWeights.h | |
static FVector3d MeanValueCentroid
(
const FDynamicMesh3& Mesh, |
Compute mean-value centroid of a vertex one-ring. These weights are strictly positive. | MeshWeights.h |
MeanValueCentroid(const FDynamicMesh3 &, int32, double)
Description
Compute mean-value centroid of a vertex one-ring. These weights are strictly positive.
| Name | MeanValueCentroid |
| 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 FVector3d MeanValueCentroid
(
const FDynamicMesh3 & Mesh,
int32 VertexIndex,
double WeightClamp
)
MeanValueCentroid(const FDynamicMesh3 &, int32, TFunctionRef< FVector3d(int32)>, double)
Description
Compute mean-value centroid of a vertex one-ring. These weights are strictly positive.
| Name | MeanValueCentroid |
| 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 FVector3d MeanValueCentroid
(
const FDynamicMesh3 & Mesh,
int32 VertexIndex,
TFunctionRef < FVector3d> VertexPositionFunc,
double WeightClamp
)