Searched refs:upperBounds (Results 1 – 1 of 1) sorted by relevance
591 val upperBounds = shiftPoint[i] in getShiftPointRange() constant592 if (interpolation <= upperBounds) { in getShiftPointRange()596 steppedInterpolation = lerp(0f, 1f, lowerBounds, upperBounds, interpolation) in getShiftPointRange()599 lowerBounds = upperBounds in getShiftPointRange()