Back to Aurora Vision Library website
You are here: Start » Function Reference » Region » Region Relations » TestRegionIntersectsWith
TestRegionIntersectsWith
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Tests whether two regions have non-empty intersection.
Syntax
C++
C#
void avl::TestRegionIntersectsWith ( const avl::Region& inRegion, const avl::Region& inReferenceRegion, bool& outRegionsIntersect )


