Package zombie.iso

Class RoomDef.RoomRect

java.lang.Object
zombie.iso.RoomDef.RoomRect
Enclosing class:
RoomDef

public static class RoomDef.RoomRect extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • w

      public int w
    • h

      public int h
  • Constructor Details

    • RoomRect

      public RoomRect(int x, int y, int w, int h)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getX2

      public int getX2()
    • getY2

      public int getY2()
    • getW

      public int getW()
    • getH

      public int getH()
    • getClosestPoint

      public float getClosestPoint(float x, float y, org.joml.Vector2f closestXY)