is_point_in_polyhedron
- compas.geometry.is_point_in_polyhedron(point, polyhedron)[source]
Determine if the point lies inside the given polyhedron.
- Parameters
point ((x, y, z) or
compas.geometry.Point
)polyhedron ((vertices, faces) or
compas.geometry.Polyhedron
.)
- Returns
bool – True, if the point lies in the polyhedron. False, otherwise.