TMeshAABBTree3::find_tri_tri_intersections

Helper for find_self_intersections that intersects a single triangle vs a range of triangles

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/MeshAABBTree3.h

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

bool find_tri_tri_intersections
(
    int TID_A,
    int IdxRangeStart,
    int IdxRangeEnd,
    MeshIntersection::FIntersectionsQueryResult * Result,
    bool bIgnoreTopoConnected,
    TFunctionRef< bool &)> IntersectFn,
    const FQueryOptions & Options
) const

Remarks

Helper for find_self_intersections that intersects a single triangle vs a range of triangles

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