Searched refs:point1Y (Results 1 – 1 of 1) sorted by relevance
285 private static double interpolate(double point1X, double point1Y, double point2X, double point2Y, in interpolate() argument296 yOutput = point1Y + (xOutput - point1X) / deltaX * (point2Y - point1Y); in interpolate()298 yOutput = point1Y; in interpolate()