Searched refs:yOutput (Results 1 – 1 of 1) sorted by relevance
293 double yOutput; in interpolate() local296 yOutput = point1Y + (xOutput - point1X) / deltaX * (point2Y - point1Y); in interpolate()298 yOutput = point1Y; in interpolate()300 return yOutput; in interpolate()