Vector4d.set

Set the x, y, and z components of this to the components of <code>v</code> and the w component to <code>w</code>.

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

Meta