Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
namespace FGeomTools
{
bool FGeomTools&58;&58;PointInTriangle
&40;
const FVector3f & A,
const FVector3f & B,
const FVector3f & C,
const FVector3f & P,
const float InsideTriangleDotProductEpsilon
&41;
}
Remarks
Util to see if P lies within triangle created by A, B and C.