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