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