コード例 #1
0
ファイル: Extensions.cs プロジェクト: MohitSethi99/Mathfs
 /// <inheritdoc cref="Mathfs.Smooth01(float)"/>
 [MethodImpl(INLINE)] public static float Smooth01(this float x) => Mathfs.Smooth01(x);