FMeshBoundaryLoops::FindLeftTurnEdge

Ok, bdry_edges[0...bdry_edges_count] contains the boundary edges coming out of bowtie_v.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/MeshBoundaryLoops.h

Include

#include "MeshBoundaryLoops.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/MeshBoundaryLoops.cpp

Syntax

int FindLeftTurnEdge
(
    int incoming_e,
    int bowtie_v,
    TArray< int > & bdry_edges,
    int bdry_edges_count,
    TArray< bool > & used_edges
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss