Vector3i.this

Create a new {@link Vector3i} with the given component values and round using the given {@link RoundingMode}.

@param x the value of x @param y the value of y @param z the value of z @param mode the {@link RoundingMode} to use

Meta