Back to FabImage Library website

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

TestBoxInBox


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether a box is contained in another one.

Syntax

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

Parameters

Name Type Default Description
Input value inSubBox const Box&
Input value inBox const Box&
Output value outIsContained bool&