Searched defs:laserT (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()
396 final double[] laserT = new double[lt.length]; in drawLatencyGraph() local