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::FindTriOtherIndex
(
T VertexID1,
T VertexID2,
const Vec & TriangleVerts
)
}
Remarks
Find ordered edge [VertexID1,VertexID2] in TriangleVerts and then return the index of the remaining third vertex index of third vertex, or InvalidID if not found