Class VectorInt4

All Implemented Interfaces:
Iterable<VectorInt4>

public class VectorInt4
extends Struct<VectorInt4>
  • Constructor Details

    • VectorInt4

      public VectorInt4()
    • VectorInt4

      public VectorInt4​(int x, int y, int z, int w)
  • Method Details

    • getX

      public int getX()
    • setX

      public VectorInt4 setX​(int x)
    • getY

      public int getY()
    • setY

      public VectorInt4 setY​(int y)
    • getZ

      public int getZ()
    • setZ

      public VectorInt4 setZ​(int z)
    • getW

      public int getW()
    • setW

      public VectorInt4 setW​(int w)
    • set

      public void set​(int x, int y, int z, int w)