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