Vector3i.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. Vector3i min(Vector3i v)
    struct Vector3i
    ref public return
    min
  2. Vector3i min(Vector3i v, Vector3i dest)

Meta