Vector3.opBinary

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

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

Meta