Cylinder.contains_point
- Cylinder.contains_point(point, tol=1e-06)[source]
Verify if a point is inside the cylinder.
- Parameters:
- point
compas.geometry.Point
The point.
- tolfloat, optional
The tolerance for the verification.
- point
- Returns:
- bool
True if the point is inside the cylinder. False otherwise.