5 references to DotProduct
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (4)
426double a = Vector3D.DotProduct(ref e1, ref r); 445double u = Vector3D.DotProduct(ref s, ref r); 456double v = Vector3D.DotProduct(ref direction, ref q); 464double t = Vector3D.DotProduct(ref e2, ref q);
System\Windows\Media3D\Vector3D.cs (1)
410return DotProduct(ref vector1, ref vector2);