3 references to Dot
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (2)
957float dot = Vector4.Dot(p, l); 1384float det = Vector4.Dot(C0.AsVector4(), row1.AsVector4());
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (1)
1114public readonly float LengthSquared() => Dot(this, this);