Back to FabImage Library website

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

BoxIntersection3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Computes the common part of two boxes in 3D.

Syntax

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

Parameters

Name Type Default Description
Input value
inBox3D1 const Box3D&
Input value
inBox3D2 const Box3D&
Output value
outBox3D Box3D&