Back to Aurora Vision Library Lite website

You are here: Start » Basic » Box » TestBoxInBox

TestBoxInBox


Header: AVL.h
Namespace: avl

Tests whether a box is contained in another one.

Syntax

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

Parameters

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