Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshDerivatives
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshDerivatives.h |
| Include | #include "MeshDerivatives.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/MeshDerivatives.cpp |
static FMatrix3d TriangleAreaScaledNormalGradient
(
const FDynamicMesh3 & Mesh,
int32 TriangleIndex,
int32 WRTVertexIndex
)
Remarks
Gradient of the triangle normal scaled by triangle area 3x3 Jacobian of the the area-scaled triangle normal with respect to the specified vertex position
Parameters
| Name | Description |
|---|---|
| Mesh | Surface mesh to consider |
| TriangleIndex | Triangle for which to compute the gradient of the area-scaled normal |
| WRTVertexIndex | The gradient is computed with respect to this vertex's position |