From e28ea888a9604052d6d7b94c8e29e34b74242994 Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 26 Dec 2022 20:13:48 -0500 Subject: use random oracle for randomized satin columns and redo split stitches --- lib/utils/geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/geometry.py') diff --git a/lib/utils/geometry.py b/lib/utils/geometry.py index 98f40709..0ca13d8f 100644 --- a/lib/utils/geometry.py +++ b/lib/utils/geometry.py @@ -148,7 +148,7 @@ def cut_path(points, length): class Point: - def __init__(self, x, y): + def __init__(self, x: float, y: float): self.x = x self.y = y -- cgit v1.2.3