Navigation
API > API/Runtime > API/Runtime/GeometryCore
Description
Find third vertex of triangle that is not VertexID1 or VertexID2. Triangle must contain VertexID1 and VertexID2 or result will be incorrect.
| Name | IndexUtil::FindTriOtherVtxUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include Path | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename T, typename Vec>
int IndexUtil::FindTriOtherVtxUnsafe
(
T VertexID1,
T VertexID2,
const Vec & TriangleVerts
)
}
VertexID of third vertex, or incorrect result if precondition is not met