Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » TestBox3DIntersectsWith
TestBox3DIntersectsWith
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Tests whether two boxes in 3D have non-empty intersection.
Syntax
C++
C#
void avl::TestBox3DIntersectsWith ( const avl::Box3D& inBox3D, const avl::Box3D& inReferenceBox3D, bool& outBoxes3DIntersect )


