Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
cpederkoff committed Jun 29, 2024
1 parent 19364ac commit 94d2b44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stltovoxel/polygon_repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def atan_diff(f1, f2):
return (x1*x2 + y1*y2, y1*x2 - x1*y2)



def subtract(s1, s2):
return (s1[0] - s2[0], s1[1] - s2[1])

Expand Down

0 comments on commit 94d2b44

Please sign in to comment.