Class EuclideanDoublePoint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[] point
      Deprecated.
      Point coordinates.
      private static long serialVersionUID
      Deprecated.
      Serializable version identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      EuclideanDoublePoint​(double[] point)
      Deprecated.
      Build an instance wrapping an integer array.
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        Serializable version identifier.
        See Also:
        Constant Field Values
      • point

        private final double[] point
        Deprecated.
        Point coordinates.
    • Constructor Detail

      • EuclideanDoublePoint

        public EuclideanDoublePoint​(double[] point)
        Deprecated.
        Build an instance wrapping an integer array.

        The wrapped array is referenced, it is not copied.

        Parameters:
        point - the n-dimensional point in integer space
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • getPoint

        public double[] getPoint()
        Deprecated.
        Get the n-dimensional point in integer space.
        Returns:
        a reference (not a copy!) to the wrapped array
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object