Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TMeshAABBTree3 > API/Runtime/GeometryCore/Spatial/TMeshAABBTree3/TestIntersection
References
| Module | GeometryCore |
| 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
Remarks
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