Vec3.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vec3 opBinary(Vec3 v)
  2. Vec3 opBinary(T v)
    struct Vec3
    const
    opBinary
    (
    string op
    T
    )
    (
    const T v
    )
    if (
    (
    (op == "+") ||
    (op == "-")
    ||
    (op == "*")
    ||
    (op == "/")
    )
    &&
    isNumeric!T
    )

Meta