Test if this bounding box intersects with the specified bounding box.
"boundingBox2D_var" is a variable referencing a BoundingBox2D object.
|
"boundingBox2D_var" is a variable referencing a BoundingBox2D object.
|
Type | Description |
boolean | Returns true if the bounding boxes intersect. |
Name | Type | Description |
boundingBox | BoundingBox2D | The bounding box to test intersection with. |