Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshBoundaryLoops
Description
Ok, bdry_edges[0...bdry_edges_count] contains the boundary edges coming out of bowtie_v. We want to pick the best one to continue the loop that came in to bowtie_v on incoming_e. If the loops are all sane, then we will get the smallest loops by "turning left" at bowtie_v.
| Name | FindLeftTurnEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MeshBoundaryLoops.h |
| Include Path | #include "MeshBoundaryLoops.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/MeshBoundaryLoops.cpp |
int FindLeftTurnEdge
(
int incoming_e,
int bowtie_v,
TArray < int > & bdry_edges,
int bdry_edges_count,
TArray < bool > & used_edges
)