ElliotPenson / fractal.parts

❄️ build and view fractals
https://fractal.parts
MIT License
23 stars 1 forks source link

Convert Radians to Degrees #20

Closed ElliotPenson closed 5 years ago

ElliotPenson commented 5 years ago

Current shapes store rotation in degrees. Use radians instead to remove the need for excessive unit conversion.

ElliotPenson commented 5 years ago

Done in 8bd69f3.