TMeshAABBTree3::TriangleIntersectionFilter

Standard tri tri intersection test (without computing intersection geometry)

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

static bool TriangleIntersectionFilter
(
    const FTriangle3d & A,
    const FTriangle3d & B
)

Remarks

Standard tri tri intersection test (without computing intersection geometry)