Searched refs:currTHigh (Results 1 – 1 of 1) sorted by relevance
258 const double currTHigh( (upperYBound - p0.y) * r_x / r_y + p0.x ); in Impl_calcSafeParams() local260 currLowerT = ::std::min(currLowerT, ::std::min(currTLow, currTHigh)); in Impl_calcSafeParams()261 currHigherT = ::std::max(currHigherT, ::std::max(currTLow, currTHigh)); in Impl_calcSafeParams()
Completed in 20 milliseconds