Class EuclideanIntegerPoint

    • Constructor Detail

      • EuclideanIntegerPoint

        public EuclideanIntegerPoint​(int[] point)
        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