Determines if the two bounding boxes intersect.
"boundingBox3D_var" is a variable referencing a BoundingBox3D object. |
"boundingBox3D_var" is a variable referencing a BoundingBox3D object. |
| Type | Description |
| boolean | Returns true if the two boxes intersect. |
| Name | Type | Description |
| boundingBox | BoundingBox3D | The other bounding box to check for intersection with. |