Interface OrderedPairs

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int size()
      Get the number of points.
      double[] x()
      Get the abscissae.
      double[] y()
      Get the ordinates.
    • Method Detail

      • x

        double[] x()
        Get the abscissae.
        Returns:
        the abscissae
      • y

        double[] y()
        Get the ordinates.
        Returns:
        the ordinates
      • size

        int size()
        Get the number of points.
        Returns:
        the number of points