Back to FabImage Library website

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

BoxIntersection3D


Header:FIL.h
Namespace:fil

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