drawPolarLine

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto drawPolarLine(Surface surface, RGBColor rgbColor, T r1, S phi1, U r2, V phi2)
    drawPolarLine
    (
    T
    S
    U
    V
    )
    (,
    RGBColor rgbColor
    ,
    T r1
    ,,
    U r2
    ,)
    if (
    allArithmetic!(T, S, U, V)
    )
  2. auto drawPolarLine(Surface surface, RGBColor rgbColor, T r1, S phi1, U r2, V phi2, W x, Y y)

Meta