0 から 1 の範囲で値を緩和する関数があります。実際の値は 0 から 230 と 230 から 0 です。適切な "10 進数変換" 値で関数を呼び出し、出力を整数に戻すにはどうすればよいですか? 時間も関数の外で処理されます
x=0
timer=0 /milliseconds/
while x < 230
<convert x to something the function can use, probably distance / time?)
x=function(x)
<convert x back to the real world pixel value>
object.moveto(x,100)
end while
このタイプの変換を表す適切な用語は何ですか?