donalgrant / spiro

Code and notebooks related to spirograph and harmonographs
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Make coordinate offsets / origin consistent across all functions #7

Closed donalgrant closed 10 months ago

donalgrant commented 1 year ago

Change the (x0=0,y0=0) first argument in several functions to be an optional, later in the list, coordinate. Probably use a tuple or an array, rather than separate x and y arguments.

donalgrant commented 10 months ago

Done -- moved to SpiroData.move()