Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » TestBox3DInBox3D

TestBox3DInBox3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Tests whether a box in 3D is contained in another one.
Syntax
C++
C#
void fil::TestBox3DInBox3D ( const fil::Box3D& inSubBox3D, const fil::Box3D& inBox3D, bool& outIsContained )