Vector3.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector3 opBinary(Vector3 other)
    struct Vector3
    @nogc nothrow const
    opBinary
    (
    string op
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    )
  2. Vector3 opBinary(real_t scalar)

Meta