Back to FabImage Library website
You are here: Start » Function Reference » Basic » Box » TestBoxIntersectsWith
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Tests whether two boxes have non-empty intersection.
Syntax
C++
C#
void fil::TestBoxIntersectsWith ( const fil::Box& inBox, const fil::Box& inReferenceBox, bool& outBoxesIntersect )


