JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned -1, 0, and 1, I'm going to use less memory and go with bytes.
dswitkin@google.com (Daniel Switkin)
an internal representation as bytes, in row-major order. array[y][x] represents point (x,y)
Generated using TypeDoc
JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned -1, 0, and 1, I'm going to use less memory and go with bytes.
dswitkin@google.com (Daniel Switkin)