Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Find edgeid for edge [a,b] from triangle that contains the edge. Faster than FindEdge() because it is constant-time.
| Name | FindEdgeFromTri |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMesh3.cpp |
int FindEdgeFromTri
(
int VertexA,
int VertexB,
int TriangleID
) const