Package zombie.vehicles
Class PolygonalMap2.Point
java.lang.Object
zombie.vehicles.PolygonalMap2.Point
- Enclosing class:
- PolygonalMap2
public static final class PolygonalMap2.Point
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Point()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object object)
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
Point
public Point()
-
-
Method Details
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equals
in classjava.lang.Object
-