Class WorldMapPoints
java.lang.Object
zombie.worldMap.WorldMapPoints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
float
calculateLength
(UIWorldMap uIWorldMap) int
getMaxX()
int
getMaxY()
int
getMinX()
int
getMinY()
int
getX
(int int0) int
getY
(int int0) void
boolean
int
void
setPoints
(short short0, short short1)
-
Constructor Details
-
WorldMapPoints
-
-
Method Details
-
setPoints
public void setPoints(short short0, short short1) -
numPoints
public int numPoints() -
getX
public int getX(int int0) -
getY
public int getY(int int0) -
getMinX
public int getMinX() -
getMinY
public int getMinY() -
getMaxX
public int getMaxX() -
getMaxY
public int getMaxY() -
invalidateBounds
public void invalidateBounds() -
calculateBoundIfNeeded
public void calculateBoundIfNeeded() -
calculateBounds
public void calculateBounds() -
isClockwise
public boolean isClockwise() -
calculateLength
-