5 references to Subtract
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (4)
413
Point3D.
Subtract
(ref v1, ref v0, out e1);
415
Point3D.
Subtract
(ref v2, ref v0, out e2);
425
Point3D.
Subtract
(ref origin, ref v0, out s);
429
Point3D.
Subtract
(ref v0, ref origin, out s);
System\Windows\Media3D\Point3D.cs (1)
140
Subtract
(ref point1, ref point2, out v);