Class DoublePoint
java.lang.Object
zombie.util.PooledObject
zombie.worldMap.symbols.DoublePoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.util.IPooledObject
onReleased
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
DoublePoint
public DoublePoint() -
DoublePoint
public DoublePoint(double double0, double double1)
-
-
Method Details
-
set
-
translate
-