Searched defs:touchY (Results 1 – 2 of 2) sorted by relevance
130 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError()147 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift()
147 double[] touchY = new double[touchTimes.length]; in testFindBestShift() local