Interpolate

public Vector2 Interpolate(Vector2 from, Vector2 to, float t) ;

補間処理を行う

パラメーター名 説明
from 元の値
to 目標の値
t 進行度

補間結果