Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Basics » TestBox3DInBox3D

TestBox3DInBox3D


Tests whether a box in 3D is contained in another one.

Syntax

C++
C#
 
void avl::TestBox3DInBox3D
(
	const avl::Box3D& inSubBox3D,
	const avl::Box3D& inBox3D,
	bool& outIsContained
)

Parameters

Name Type Default Description
inSubBox3D const Box3D&
inBox3D const Box3D&
outIsContained bool&