Class EuclideanDoublePoint

    • 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​(Object other)
        Deprecated.
        Overrides:
        equals in class 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 Object