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