Vector.angle

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FloatT angle(ThisT v)
    struct Vector(ElemT, size_t SizeV)
    const
    static if(SizeV == 2 && traits.isSigned!ElemT)
    angle
    (
    in ThisT v
    )
    if (
    SizeV >= 1
    )
  2. FloatT angle(ThisT va)

Meta