Back to Aurora Vision Library Lite website

You are here: Start » Basic » Box » TestBoxIntersectsWith

TestBoxIntersectsWith


Header: AVL.h
Namespace: avl

Tests whether two boxes have non-empty intersection.

Syntax

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&