5 references to DotProduct
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (4)
420double a = Vector3D.DotProduct(ref e1, ref r); 439double u = Vector3D.DotProduct(ref s, ref r); 450double v = Vector3D.DotProduct(ref direction, ref q); 458double t = Vector3D.DotProduct(ref e2, ref q);
System\Windows\Media3D\Vector3D.cs (1)
405return DotProduct(ref vector1, ref vector2);