Searched refs:fLowBound (Results 1 – 1 of 1) sorted by relevance
114 const double fLowBound(nIndex ? maLengthArray[nIndex - 1] : 0.0); in distanceToRelative() local115 const double fLinearInterpolatedLength((fDistance - fLowBound) / (fHighBound - fLowBound)); in distanceToRelative()