Back to Aurora Vision Library website

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

TestBoxInBox


Header: AVL.h
Namespace: avl
Module: FoundationLite

Tests whether a box is contained in another one.

Syntax

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