Cone.contains_point
- Cone.contains_point(point)[source]
Verify if a point is inside the shape.
- Parameters:
- point
compas.geometry.Point
The point to test.
- point
- Returns:
- bool
True if the point is inside the shape. False otherwise.
Site Navigation
Verify if a point is inside the shape.
compas.geometry.Point
The point to test.
True if the point is inside the shape. False otherwise.