Vector4i.add

Increment the components of this vector by the given values.

@param x the x component to add @param y the y component to add @param z the z component to add @param w the w component to add @return this

  1. Vector4i add(Vector4i v)
  2. Vector4i add(Vector4i v, Vector4i dest)
  3. Vector4i add(int x, int y, int z, int w)
    struct Vector4i
    ref return
    add
    (
    int x
    ,
    int y
    ,
    int z
    ,
    int w
    )
  4. Vector4i add(int x, int y, int z, int w, Vector4i dest)

Meta