Cone.contains_points

Cone.contains_points(points)[source]

Verify if a list of points are inside the shape.

Parameters:
pointslist of compas.geometry.Point

The points to test.

Returns:
list of bool

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