Vector4i.sub

Subtract <code>(x, y, z, w)</code> from this.

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

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

Meta