David Fioramonti a66e661df1 GRAPHICS: Simplify trig usage in primitives
Combined if statements and simplified trig.

cos(atan2(y,x)) = x / sqrt(x^2 + y^2) and
sin(atan2(y,x)) = y / sqrt(x^2 + y^2).
2018-09-08 16:36:57 -07:00
..
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00
2018-04-15 16:31:31 +02:00
2018-04-19 12:08:31 +02:00
2018-04-15 16:31:31 +02:00