ly.img.android.pesdk.utils / MathUtils / mapRange

mapRange

@CheckResult static fun mapRange(value: float, in_min: float, in_max: float, out_min: float, out_max: float): float
@CheckResult static fun mapRange(value: double, in_min: double, in_max: double, out_min: double, out_max: double): double