Vec3.opOpAssign

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

Meta