getTheda

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

Meta