thobbs / genartlib

Utilities for creating generative artwork with Clojure
MIT License
217 stars 20 forks source link

Use angular-coords for polar->cartesian coordinates #10

Closed verberktstan closed 5 months ago

verberktstan commented 1 year ago

In 2 places, coordinates are converted from polar to cartesian. It occured to me that this is just the same as algebra/angular-coords. For consistency and robustness, i'd propose to use that single function everywhere.

verberktstan commented 1 year ago

@thobbs What do you think? :-)