Vector3.opBinary

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

  1. Vector3!(T) opBinary(const Vector3!(T) vec)
    struct Vector3(T)
    @nogc
    opBinary
    const pure nothrow
    (
    string op
    )
    (
    const Vector3!(T) vec
    )
    if (
    isNumeric!(T)
    )
  2. Vector3!(T) opBinary(float num)

Meta