5 references to DotProduct
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (4)
421
double a = Vector3D.
DotProduct
(ref e1, ref r);
440
double u = Vector3D.
DotProduct
(ref s, ref r);
451
double v = Vector3D.
DotProduct
(ref direction, ref q);
459
double t = Vector3D.
DotProduct
(ref e2, ref q);
System\Windows\Media3D\Vector3D.cs (1)
406
return
DotProduct
(ref vector1, ref vector2);