Vector4i.set

Set the first three components of this to the components of <code>v</code> and the last component to <code>w</code>.

@param v the {@link Vector3i} to copy @param w the w component @return this

Meta