예제 #1
0
 /// <inheritdoc cref="Mathfs.Sqrt(Vector4)"/>
 [MethodImpl(INLINE)] public static Vector4 Sqrt(this Vector4 value) => Mathfs.Sqrt(value);
예제 #2
0
 /// <inheritdoc cref="Mathfs.Sqrt(float)"/>
 [MethodImpl(INLINE)] public static float Sqrt(this float value) => Mathfs.Sqrt(value);