3 references to LengthSquared
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (3)
558
public static float DistanceSquared(Vector4 value1, Vector4 value2) => (value1 - value2).
LengthSquared
();
1105
/// <altmember cref="
LengthSquared
" />
1107
public readonly float Length() => float.Sqrt(
LengthSquared
());