- class foxes.utils.geom2d.AreaUnion(foxes.utils.geom2d.AreaGeometry)[source]
The union of area geometries.
Attributes¶
- geometries: list of geom2d.AreaGeometry
The geometries
Public members¶
- AreaUnion(geometries)[source]
Constructor.
-
points_distance(points, return_nearest=
False
)[source] Calculates point distances wrt boundary.
- points_inside(points)[source]
Tests if points are inside the geometry.
-
add_to_figure(ax, show_boundary=
False
, ...)[source] Add image to (x,y) figure.