Back to Aurora Vision Library website

You are here: Start » Function Reference » Basic » Box » TestBoxIntersectsWith

TestBoxIntersectsWith


Header: AVL.h
Namespace: avl
Module: FoundationLite

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
Input value inBox const Box&
Input value inReferenceBox const Box&
Output value outBoxesIntersect bool&