Vector3d.opBinary

add vectors

  1. Vector3d opBinary(Vector3d v)
  2. Vector3d opBinary(Vector3d v)
    struct Vector3d
    const
    opBinary
    (
    string op : "+"
    )
    (
    const Vector3d v
    )
  3. int opBinary(Vector3d v)
  4. Vector3d opBinary(int n)
  5. Vector3d opBinary(int n)

Meta