Class Point

java.lang.Object
gov.usgs.earthquake.qdm.Point

public class Point extends Object
A 2-D point class.
2003.01.06: Make class public, use double instead of float.
  • Field Details

    • x

      public double x
      A double for x position
    • y

      public double y
      A double for y position
  • Constructor Details

    • Point

      public Point(double x, double y)
      Constructor
      Parameters:
      x - double x pos
      y - double y pos