Back to FabImage Library website

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

TestBoxIntersectsWith


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether two boxes have non-empty intersection.

Syntax

C++
C#
 
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&