コード例 #1
0
ファイル: Extensions.cs プロジェクト: MohitSethi99/Mathfs
 /// <inheritdoc cref="Mathfs.SignWithZero(int)"/>
 [MethodImpl(INLINE)] public static int SignWithZero(this int value) => Mathfs.SignWithZero(value);
コード例 #2
0
ファイル: Extensions.cs プロジェクト: MohitSethi99/Mathfs
 /// <inheritdoc cref="Mathfs.SignWithZero(Vector4,float)"/>
 [MethodImpl(INLINE)] public static Vector4 SignWithZero(this Vector4 value, float zeroThreshold = 0.000001f) => Mathfs.SignWithZero(value, zeroThreshold);