如果我想将范围从0.0到1.0转换为20.0到80.0,我可以使用lerpDouble(20.0, 80.0, animationValue)。
lerpDouble(20.0, 80.0, animationValue)
如何将范围从0.8到1.0转换为0.0到1.0?
https://stackoverflow.com/questions/61837190
相似问题