Back to Adaptive Vision Library website

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

TestBox3DEmpty


Header:AVL.h
Namespace:avl

Tests whether the box in 3D is empty.

Syntax

C++
C#
 
void avl::TestBox3DEmpty
(
	const avl::Box3D& inBox3D,
	bool& outIsEmpty
)

Parameters

Name Type Default Description
inBox3D const Box3D&
outIsEmpty bool&