Vector3i.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 @return this

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

Meta