Sphere.contains_points
- Sphere.contains_points(points, tol=1e-06)[source]
Verify if a list of points are inside the sphere.
- Parameters:
- pointslist of
compas.geometry.Point
The points to test.
- tolfloat, optional
The tolerance for the test.
- pointslist of
- Returns:
- list
A list of booleans indicating for each point if it is inside the sphere.