Back to FabImage Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » TestBox3DIntersectsWith

TestBox3DIntersectsWith


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Tests whether two boxes in 3D have non-empty intersection.

Syntax

C++
C#
 
void fil::TestBox3DIntersectsWith
(
	const fil::Box3D& inBox3D,
	const fil::Box3D& inReferenceBox3D,
	bool& outBoxes3DIntersect
)

Parameters

Name Type Default Description
Input value
inBox3D const Box3D&
Input value
inReferenceBox3D const Box3D&
Output value
outBoxes3DIntersect bool&