2 references to LengthSquared
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Quaternion.cs (2)
330Vector128<float> lengthSquared = Vector128.Create(value.LengthSquared()); 447public readonly float Length() => float.Sqrt(LengthSquared());