Searched defs:laserT (Results 1 – 2 of 2) sorted by relevance
139 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError()156 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift()
401 final double[] laserT = new double[lt.length]; in drawLatencyGraph() local