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