Back to Aurora Vision Library website

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

TestBox3DEmpty


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
Input value inBox3D const Box3D&
Output value outIsEmpty bool&