Box.contains
- Box.contains(point)[source]
Verify if the box contains a given point.
- Parameters
point ([float, float, float] |
compas.geometry.Point
)- Returns
bool
Verify if the box contains a given point.
point ([float, float, float] | compas.geometry.Point
)
bool