Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshWeights.h |
Include |
#include "MeshWeights.h" |
class FMeshWeights
FMeshWeights implements various techniques for computing local weights of a mesh, for example one-ring weights like Cotangent or Mean-Value.
Name | Description | |
---|---|---|
|
FMeshWeights() |
Name | Description | ||
---|---|---|---|
|
CotanCentroid ( |
Compute cotan-weighted centroid of a vertex one-ring. |
|
|
CotanCentroid ( |
Compute cotan-weighted centroid of a vertex one-ring. |
|
|
CotanCentroidSafe ( |
Compute cotan-weighted centroid of a vertex one-ring, with some weight analysis/clamping to avoid vertices getting "stuck" in explicit integration/iterations. |
|
|
CotanCentroidSafe ( |
Compute cotan-weighted centroid of a vertex one-ring, with some weight analysis/clamping to avoid vertices getting "stuck" in explicit integration/iterations. |
|
|
CotanWeightsBlendSafe ( |
Compute cotan-weighted blend for a vertex one-ring, with some weight analysis/clamping to avoid vertices getting "stuck" in explicit integration/iterations. |
|
|
FilteredUniformCentroid ( |
Compute uniform centroid of a subset of vertex one-ring (eg boundary vertices) These weights are strictly positive and all equal to 1 / valence |
|
|
MeanValueCentroid ( |
Compute mean-value centroid of a vertex one-ring. These weights are strictly positive. |
|
|
MeanValueCentroid ( |
Compute mean-value centroid of a vertex one-ring. These weights are strictly positive. |
|
|
UniformCentroid ( |
Compute uniform centroid of a vertex one-ring. |
|
|
UniformCentroid ( |
Compute uniform centroid of a vertex one-ring. |
|
|
double |
VoronoiArea ( |
Compute the Mixed Voronoi Area associated with a vertex. |
|
double |
VoronoiArea ( |
Compute the Mixed Voronoi Area associated with a vertex. |