add_polar#

add_polar(c1, c2)[source]#

Adds two polar coordinates together.

Parameters
  • c1 ((float, float)) – First polar coordinate

  • c2 ((float, float)) – Second polar coordinate

Returns

result – The resulting polar coordinate

Return type

(float, float)