Back to FabImage Library Lite website

You are here: Start » Basic » Box » TestBoxIntersectsWith

TestBoxIntersectsWith


Header: FIL.h
Namespace: fil

Tests whether two boxes have non-empty intersection.

Syntax

void fil::TestBoxIntersectsWith
(
	const fil::Box& inBox,
	const fil::Box& inReferenceBox,
	bool& outBoxesIntersect
)

Parameters

Name Type Default Description
Input value inBox const Box&
Input value inReferenceBox const Box&
Output value outBoxesIntersect bool&