IndexUtil::GetOtherTriIndex

If i0 and i1 are unordered indices into a triangle, each in range 0-2, return the third index

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/IndexUtil.h

Include

#include "Util/IndexUtil.h"

Syntax

namespace IndexUtil
{
    int IndexUtil::GetOtherTriIndex
    (
        int i0,
        int i1
    )
}

Remarks

If i0 and i1 are unordered indices into a triangle, each in range 0-2, return the third index

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