Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » TestBoxEqualTo

TestBoxEqualTo


Header:AVL.h
Namespace:avl

Tests whether given boxes are equal.

Syntax

C++
C#
 
void avl::TestBoxEqualTo
(
	const avl::Box& inBox,
	const avl::Box& inReferenceBox,
	bool& outIsEqual
)

Parameters

Name Type Default Description
inBox const Box&
inReferenceBox const Box&
outIsEqual bool&