Class Point

java.lang.Object
one.empty3.library.core.tribase.Point

public class Point extends Object
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • Point

      public Point(double d, double d0)
    • Point

      public Point(double[] x, double[] y)
  • Method Details