TMeshAABBTree3::find_self_intersections_acrossboxes

Helper for find_self_intersections that checks intersections between triangles from separate boxes

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

bool find_self_intersections_acrossboxes
(
    int Box1,
    int Box2,
    MeshIntersection::FIntersectionsQueryResult * Result,
    bool bIgnoreTopoConnected,
    int depth,
    TFunctionRef< bool &)> IntersectFn,
    const FQueryOptions & Options
) const

Remarks

Helper for find_self_intersections that checks intersections between triangles from separate boxes