Vector3i.sub

Decrement the components of this vector by the given values.

@param x the x component to subtract @param y the y component to subtract @param z the z component to subtract @return this

Meta