Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TMeshAABBTree3
| Type | Name | Description | |
|---|---|---|---|
| bool | TestIntersection
(
const FTriangle3d& Triangle, |
Returns true if triangle intersects any triangle of our mesh | |
| bool | TestIntersection
(
const TriangleMeshType* TestMesh, |
Return true if any triangle of TestMesh intersects with our tree. | |
| bool | TestIntersection
(
const TMeshAABBTree3& OtherTree, |
Returns true if there is any intersection between our mesh and 'other' mesh. |