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