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