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)
  2. auto drawPolarLine(Surface surface, RGBColor rgbColor, T r1, S phi1, U r2, V phi2, W x, Y y)
    drawPolarLine
    (
    T
    S
    U
    V
    W
    Y
    )
    (,
    RGBColor rgbColor
    ,
    T r1
    ,,
    U r2
    ,,
    W x
    ,
    Y y
    )
    if (
    allArithmetic!(T, S, U, V, W, Y)
    )

Meta