You are here: Start » AVL.NET » AVL.TestBox3DIntersectsWith
Tests whether two boxes in 3D have non-empty intersection.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TestBox3DIntersectsWith ( AvlNet.Box3D inBox3D, AvlNet.Box3D inReferenceBox3D, out bool outBoxes3DIntersect )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox3D | AvlNet.Box3D | |||
![]() | inReferenceBox3D | AvlNet.Box3D | |||
![]() | outBoxes3DIntersect | bool |


