minkowski_sum_xy
- compas_model.geometry.minkowski_sum_xy(A, B)
Compute the Minkowski sum of two polygons.
- Parameters:
- A
compas.geometry.Polygon
The first polygon.
- B
compas.geometry.Polygon
The second polygon.
- A
- Returns:
compas.geometry.Polygon
The polygon representing the sum.
Warning
Currently only convex polygons are supported.
See also
Notes
…
References
…