FGeometryCollectionProximityUtility::IsPointInsideOfTriangle

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionProximityUtility.h

Include

#include "GeometryCollection/GeometryCollectionProximityUtility.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollectionProximityUtility.cpp

Syntax

static bool IsPointInsideOfTriangle
(
    const FVector & P,
    const FVector & Vertex0,
    const FVector & Vertex1,
    const FVector & Vertex2,
    float Threshold
)

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