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

  1. Vector3i sub(Vector3i v)
  2. Vector3i sub(Vector3i v, Vector3i dest)
  3. Vector3i sub(int x, int y, int z)
    struct Vector3i
    ref public return
    sub
    (
    int x
    ,
    int y
    ,
    int z
    )
  4. Vector3i sub(int x, int y, int z, Vector3i dest)

Meta