Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename T, typename Vec>
int IndexUtil&58;&58;FindTriOtherVtxUnsafe
&40;
T VertexID1,
T VertexID2,
const Vec & TriangleVerts
&41;
}
Remarks
Find third vertex of triangle that is not VertexID1 or VertexID2. Triangle must contain VertexID1 and VertexID2 or result will be incorrect. VertexID of third vertex, or incorrect result if precondition is not met