Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshRegionBoundaryLoops
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 : 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/MeshRegionBoundaryLoops.h |
| Include Path | #include "MeshRegionBoundaryLoops.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/MeshRegionBoundaryLoops.cpp |
int FindLeftTurnEdge
(
int incoming_e,
int bowtie_v,
TArray < int > & bdry_edges,
int bdry_edges_count,
const FIndexFlagSet & used_edges
)