abstract foxes.utils.geom2d.AreaGeometry.points_inside(points)[source]

Tests if points are inside the geometry.

Parameters

points: numpy.ndarray

The probe points, shape (n_points, 2)

Returns

inside: numpy.ndarray

True if point is inside, shape: (n_points,)