Skip to content

Commit

Permalink
doc: add more description on convex ploy transformation.
Browse files Browse the repository at this point in the history
  • Loading branch information
VeriTas-arch committed Nov 9, 2024
1 parent 436edad commit c61b4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymunk/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ def __init__(
"""Create a polygon.
A convex hull will be calculated from the vertexes automatically. Note
that concave ones will be converted to a convex hull.
that concave ones will be converted to a convex hull using the Quickhull
algorithm.
Add a small radius will bevel the corners and can significantly
reduce problems where the poly gets stuck on seams in your geometry.
Expand Down

0 comments on commit c61b4c9

Please sign in to comment.