Package arc.struct

Class GridBits

java.lang.Object
arc.struct.GridBits

public class GridBits extends Object
  • Constructor Details

    • GridBits

      public GridBits(int width, int height)
  • Method Details

    • set

      public void set(GridBits other)
    • get

      public boolean get(int x, int y)
    • set

      public void set(int x, int y)
    • set

      public void set(int x, int y, boolean b)
    • clear

      public void clear()
    • width

      public int width()
    • height

      public int height()