Sphere.contains_point

Sphere.contains_point(point, tol=1e-06)[source]

Verify if a point is inside the sphere.

Parameters:
pointcompas.geometry.Point

The point to test.

tolfloat, optional

The tolerance for the test.

Returns:
bool

True if the point is inside the sphere. False otherwise.