Back to Adaptive Vision Library website
You are here: Start » Function Reference » Box » TestBoxIntersectsWith
TestBoxIntersectsWith
Tests whether two boxes have non-empty intersection.
Syntax
C++
C#
void avl::TestBoxIntersectsWith ( const avl::Box& inBox, const avl::Box& inReferenceBox, bool& outBoxesIntersect )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox | const Box& | ||
![]() |
inReferenceBox | const Box& | ||
![]() |
outBoxesIntersect | bool& |


