Class HighwayMatrix.Cell

    • Field Detail

      • path

        public final int[] path
    • Constructor Detail

      • Cell

        public Cell​(int path)
      • Cell

        public Cell​(int[] path)
    • Method Detail

      • copyPath

        public void copyPath​(int[] dest,
                             int offset)
        Copies path of this cell to the specified destination array.
        Parameters:
        dest - - the destination array.
        offset - - starting position in the destination data.