Vector4i.set

Sets the first two components of this to the components of given <code>v</code> and last two components to the given <code>z</code>, and <code>w</code>.

@param v the {@link Vector2i} @param z the z component @param w the w component @return this

Meta