Searched refs:sRatio (Results 1 – 1 of 1) sorted by relevance
563 double sRatio = denom ? (t - foundStart->fT) / denom : 1; in TRange() local564 return coinStart->fT + (coinEnd->fT - coinStart->fT) * sRatio; in TRange()