Determines if the specified point is within the bound box.
"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 point is within the bounding box. |
Name | Type | Description |
point | Point3D | The point you want to check to see if it's in the bounding box. |