TMeshAABBTree3::find_intersections

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

void find_intersections
(
    int iBox,
    const TMeshAABBTree3 & OtherTree,
    const TFunction< FVector3d &)> & TransformF,
    int oBox,
    int depth,
    MeshIntersection::FIntersectionsQueryResult & result,
    TFunctionRef< bool &)> IntersectFn,
    const FQueryOptions & Options,
    const FQueryOptions & OtherTreeOptions
) const