Vector2i.min

Set the components of this vector to be the component-wise minimum of this and the other vector.

@param v the other vector @return this

  1. Vector2i min(Vector2i v)
    struct Vector2i
    ref public return
    min
  2. Vector2i min(Vector2i v, Vector2i dest)

Meta