Class IsoDepthHelper

java.lang.Object
zombie.iso.IsoDepthHelper

public class IsoDepthHelper extends Object
  • Field Details

  • Constructor Details

    • IsoDepthHelper

      public IsoDepthHelper()
  • Method Details

    • getChunkDepthData

      public static IsoDepthHelper.Results getChunkDepthData(int centreWX, int centreWY, int wx, int wy, int level)
    • getDepthSize

      public static IsoDepthHelper.Results getDepthSize()
    • calculateDepth

      public static float calculateDepth(float x, float y, float z)
    • getSquareDepthData

      public static IsoDepthHelper.Results getSquareDepthData(int centreX, int centreY, float x, float y, float z)