Searched refs:highPoint (Results 1 – 1 of 1) sorted by relevance
123 auto highPoint = curvePoints_.rbegin(); in FindRampVolume() local125 …float volume = lowPoint->second + ((time - lowPoint->first) / (highPoint->first - lowPoint->first)) in FindRampVolume()126 * (highPoint->second - lowPoint->second); in FindRampVolume()