Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h |
Include |
#include "Spatial/MeshAABBTree3.h" |
virtual bool TestIntersection
(
const TMeshAABBTree3 & OtherTree,
const TFunction< FVector3d &)> & TransformF,
const FQueryOptions & Options,
const FQueryOptions & OtherTreeOptions
) const
Returns true if there is any intersection between our mesh and 'other' mesh. TransformF takes vertices of OtherTree into our tree - can be null if in same coord space