A basic map function: float linear(float i, float imin, float imax, float omin, float omax) { if (i < imin) {i = imin;}
確定! 回上一頁