Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Intersections » BoxIntersection3D

BoxIntersection3D


Computes the common part of two boxes in 3D.

Syntax

C++
C#
 
void avl::BoxIntersection3D
(
	const avl::Box3D& inBox3D1,
	const avl::Box3D& inBox3D2,
	avl::Box3D& outBox3D
)

Parameters

Name Type Default Description
inBox3D1 const Box3D&
inBox3D2 const Box3D&
outBox3D Box3D&