Class VectorInt3

All Implemented Interfaces:
Iterable<VectorInt3>

public class VectorInt3
extends Struct<VectorInt3>
  • Constructor Details

    • VectorInt3

      public VectorInt3()
    • VectorInt3

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

    • getX

      public int getX()
    • setX

      public VectorInt3 setX​(int x)
    • getY

      public int getY()
    • setY

      public VectorInt3 setY​(int y)
    • getZ

      public int getZ()
    • setZ

      public VectorInt3 setZ​(int z)
    • set

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