Interface XYPoint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getX()
      Returns the X coordinate of this XYPoint in double precision.
      double getY()
      Returns the Y coordinate of this XYPoint in double precision.
    • Method Detail

      • getX

        double getX()
        Returns the X coordinate of this XYPoint in double precision.
        Returns:
        The X coordinate of this point.
      • getY

        double getY()
        Returns the Y coordinate of this XYPoint in double precision.
        Returns:
        The Y coordinate of this point.