Class PolygonalMap2.Point

java.lang.Object
zombie.vehicles.PolygonalMap2.Point
Enclosing class:
PolygonalMap2

public static final class PolygonalMap2.Point extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     

    Methods inherited from class java.lang.Object

    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