Class IsomorphicUtility

java.lang.Object
itumulator.display.utility.IsomorphicUtility

public final class IsomorphicUtility extends Object
Utility for producing isomorphic coordinates (in the form of polygons and points)
  • Constructor Details

    • IsomorphicUtility

      public IsomorphicUtility()
  • Method Details

    • getIsoPolygon

      public static Polygon getIsoPolygon(int x, int y, int width, int height)
    • getIsoLocation

      public static Point2DInt getIsoLocation(Location l, int tileSize, int fullSize)