Back to Aurora Vision Library website

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

BoxIntersection3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
Input value inBox3D1 const Box3D&
Input value inBox3D2 const Box3D&
Output value outBox3D Box3D&