Class BooleanRectangleCollection

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
zombie.core.booleanrectangles.BooleanRectangleCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class BooleanRectangleCollection extends ArrayList
See Also:
  • Constructor Details

    • BooleanRectangleCollection

      public BooleanRectangleCollection()
  • Method Details

    • doIt

      public void doIt(ArrayList arrayList, org.lwjgl.util.Rectangle rectangle)
    • cutRectangle

      public void cutRectangle(org.lwjgl.util.Rectangle rectangle)
    • doIt

      public ArrayList doIt(org.lwjgl.util.Rectangle rectangle, org.lwjgl.util.Rectangle rectangle2)
    • optimize

      public void optimize()
    • IsPointInRect

      public boolean IsPointInRect(int int1, int int2, org.lwjgl.util.Rectangle rectangle)
    • IntesectsLine

      public int IntesectsLine(BooleanRectangleCollection.Line line, BooleanRectangleCollection.Line line2)
    • Intersects

      public boolean Intersects(org.lwjgl.util.Rectangle rectangle, org.lwjgl.util.Rectangle rectangle2)