Package zombie.iso
Class IsoWaterFlow
java.lang.Object
zombie.iso.IsoWaterFlow
public final class IsoWaterFlow
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IsoWaterFlow()
-
Method Summary
Modifier and Type Method Description static void
addFlow(float float1, float float2, float float3, float float4)
static void
addZone(float float1, float float2, float float3, float float4, float float5, float float6)
static Vector2f
getFlow(IsoGridSquare square, int int1, int int2, Vector2f vector2f)
static int
getShore(int int1, int int2)
static void
Reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IsoWaterFlow
public IsoWaterFlow()
-
-
Method Details
-
addFlow
public static void addFlow(float float1, float float2, float float3, float float4) -
addZone
public static void addZone(float float1, float float2, float float3, float float4, float float5, float float6) -
getShore
public static int getShore(int int1, int int2) -
getFlow
-
Reset
public static void Reset()
-