Determines if the specified point lies within the 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 point lies within the bounding box. |
Name | Type | Description |
point | Point2D | The point to test containment with. |