Vector3.opBinary

Supported operation: +, -, *, / and %

  1. Vector3 opBinary(Vector3 vec)
    struct Vector3(T)
    pure
    opBinary
    (
    string op
    )
    (
    ref const Vector3 vec
    )
    if (
    isNumeric!T
    )
  2. Vector3 opBinary(T number)

Meta