Back to FabImage Library Lite website

You are here: Start » Basic » Box » TestBoxInBox

TestBoxInBox


Header: FIL.h
Namespace: fil

Tests whether a box is contained in another one.

Syntax

void fil::TestBoxInBox
(
	const fil::Box& inSubBox,
	const fil::Box& inBox,
	bool& outIsContained
)

Parameters

Name Type Default Description
inSubBox const Box&
inBox const Box&
outIsContained bool&