contains method
contains
Check if the point p is inside the bounding box
Returns
def contains(self, p):
...
| Parameter | Type | Description |
|---|---|---|
| p | Vector3 | The point to test |
See Also
- module
aspose.threed.utilities - class
BoundingBox
Check if the point p is inside the bounding box
def contains(self, p):
...
| Parameter | Type | Description |
|---|---|---|
| p | Vector3 | The point to test |
aspose.threed.utilitiesBoundingBox