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

mapRange

@<?> fun mapRange(@<?> value: float, @<?> inMin: float, @<?> inMax: float, @<?> outMin: float, @<?> outMax: float): float
@<?> fun mapRange(@<?> value: double, @<?> inMin: double, @<?> inMax: double, @<?> outMin: double, @<?> outMax: double): double