Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Solvers
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/PrecomputedMeshWeightData.h |
| Include | #include "Solvers/PrecomputedMeshWeightData.h" |
Syntax
class MeanValueTriangleData
Remarks
The per-triangle data used in constructing the mean-value weighted laplacian.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDegenerate | ||
| double[3] | EdgeLength | ||
| double[3] | TanHalfAngle | ||
| FIndex3i | TriEdgeIds | ||
| int32 | TriId | ||
| FIndex3i | TriVtxIds |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | GetEdgeLength
(
int32 EdgeId |
Return the length of the indicated edge | |
| double | GetTanHalfAngle
(
int32 VtxId |
Return Tan(angle / 2) for the corner indicated by this vert id. | |
| void | Initialize
(
const FDynamicMesh3& DynamicMesh, |