FGeomTools::PointInTriangle

Util to see if P lies within triangle created by A, B and C.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

namespace FGeomTools
{
    bool FGeomTools::PointInTriangle
    (
        const FVector & A,
        const FVector & B,
        const FVector & C,
        const FVector & P,
        const float InsideTriangleDotProductEpsilon
    )
}

Remarks

Util to see if P lies within triangle created by A, B and C.

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