Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Solvers
Inheritance Hierarchy
- FElementLinearization
- FVertexLinearization
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/MeshLinearization.h |
| Include | #include "Solvers/MeshLinearization.h" |
Syntax
class FVertexLinearization : public UE::Geometry::FElementLinearization
Remarks
Used to linearize the VtxIds in a mesh as a single array and allow mapping from array offset to mesh VtxId. Generally, the array offset will correspond to a matrix row when forming a Laplacian. The last NumBoundaryVerts are the boundary verts. This may be zero.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVertexLinearization
(
const MeshType& Mesh, |