Class VectorShort2

All Implemented Interfaces:
Iterable<VectorShort2>

public class VectorShort2
extends Struct<VectorShort2>
  • Constructor Details

    • VectorShort2

      public VectorShort2()
    • VectorShort2

      public VectorShort2​(short x, short y)
  • Method Details

    • getX

      public short getX()
    • setX

      public VectorShort2 setX​(short x)
    • getY

      public short getY()
    • setY

      public VectorShort2 setY​(short y)
    • set

      public void set​(short x, short y)