Searched refs:sRatio (Results 1 – 2 of 2) 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()