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

Meta