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