3 references to LengthSquared
System.Numerics (3)
System\Numerics\Matrix4x4.cs (2)
201float norm = zaxis.LengthSquared(); 259float norm = faceDir.LengthSquared();
System\Numerics\Plane.cs (1)
123float normalLengthSquared = value.Normal.LengthSquared();