IndexUtil::FindTriOtherVtx

Overload list

Windows
MacOS
Linux
Name Description

Public function

int

 

IndexUtil::FindTriOtherVtx

(
    T VertexID1,
    T VertexID2,
    const Vec& TriangleVerts
)

Find ordered edge [VertexID1,VertexID2] in TriangleVerts and then return the remaining third vertex

Public function

int

 

IndexUtil::FindTriOtherVtx

(
    int VertexID1,
    int VertexID2,
    const TDynamicVector< FIndex3i >& ...,
    int TriangleIndex
)

Find ordered edge [VertexID1,VertexID2] in a triangle that is in an array of triangles, and return remaining third vertex

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