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