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 SummaryConstructors Constructor Description Point()
- 
Method SummaryModifier and Type Method Description booleanequals(java.lang.Object object)Methods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
xpublic int x
- 
ypublic int y
 
- 
- 
Constructor Details- 
Pointpublic Point()
 
- 
- 
Method Details- 
equalspublic boolean equals(java.lang.Object object)- Overrides:
- equalsin class- java.lang.Object
 
 
-