Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この関数を C# で記述するにはどうすればよいでしょうか。
これが Mathf.Log に関係していることはわかっていますが、私の数学は少しさびています。どんな助けでも素晴らしいでしょう。
MathfUnity用のようです。Unity を使用していない場合は、おそらく次のものが必要です。
Mathf
double x = 1 + (Math.log(v -s) / (10 * Math.log(2)));