Back to Adaptive Vision Library website

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

BoxIntersection


Computes the common part of two boxes.

Syntax

C++
C#
 
void avl::BoxIntersection
(
	const avl::Box& inBox1,
	const avl::Box& inBox2,
	avl::Box& outBox
)

Parameters

Name Type Default Description
inBox1 const Box&
inBox2 const Box&
outBox Box&