We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd568a commit 750c108Copy full SHA for 750c108
cyaron/polygon.py
@@ -44,7 +44,7 @@ def convex_hull(n, **kwargs):
44
# fx, fy are functions which map [0,1] to int or float
45
fx = kwargs.get("fx", lambda x: x)
46
fy = kwargs.get("fy", lambda x: x)
47
- strict = kwargs.get("strict", True)
+ strict = kwargs.get("strict", False)
48
sz = n * 2
49
result = []
50
while len(result) < n:
0 commit comments