foxes.utils.geom2d.Circle.points_inside(points)[source] Tests if points are inside the geometry. Parameters¶ points: numpy.ndarrayThe probe points, shape (n_points, 2) Returns¶ inside: numpy.ndarrayTrue if point is inside, shape: (n_points,)