getPolar

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ReturnT[2] getPolar(XT x, YT y)
  2. ReturnT[2] getPolar(ValueT x, ValueT y)
    ReturnT[2]
    getPolar
    (
    ReturnT
    ValueT
    )
    (
    ValueT x
    ,
    ValueT y
    )
    if (
    isNumeric!ReturnT &&
    isNumeric!ValueT
    )
  3. T[2] getPolar(T x, T y)
  4. ReturnT[2] getPolar(ValueT[2] rect)
  5. T[2] getPolar(T[2] rect)

Meta