donalgrant / spiro

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

Rewrite spiro #6

Closed donalgrant closed 1 year ago

donalgrant commented 1 year ago

Refactor spiro function so that it is a convenience function for spiro_arc, which would be the fundamental function. Then we ensure consistency between the two.

donalgrant commented 1 year ago

This has been done. May update interface eventually for coord offsets, loops, etc.