static long onePathDirection_long(int index) { ret ptToLong(onePathDirections()[index]); } static long onePathDirection_long(long p, int index) { Pt p2 = onePathDirection(index); ret twoIntsToLong(firstIntFromLong(p)+p2.x, secondIntFromLong(p)+p2.y); }