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