Navigation
API > API/Plugins > API/Plugins/DynamicMesh
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshDerivatives.h |
| Include | #include "MeshDerivatives.h" |
Syntax
class FMeshDerivatives
Remarks
First derivatives of some mesh quantities with respect to particular vertex positions
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | InteriorAngleGradient
(
const FDynamicMesh3& Mesh, |
Gradient of the interior angle of a vertex within a triangle | |
| FMatrix3d | TriangleAreaScaledNormalGradient
(
const FDynamicMesh3& Mesh, |
Gradient of the triangle normal scaled by triangle area | |
| FMatrix3d | TriangleNormalGradient
(
const FDynamicMesh3& Mesh, |
Gradient of the unit-length triangle normal |