Vector4i.set

Set this {@link Vector4i} to the values of v using {@link RoundingMode#TRUNCATE} rounding. <p> Note that due to the given vector <code>v</code> storing the components in double-precision, there is the possibility to lose precision.

@param v the vector to copy from @return this

Meta