5 references to Subtract
PresentationCore (5)
MS\Internal\Media3D\LineUtil.cs (4)
414
Point3D.
Subtract
(ref v1, ref v0, out e1);
416
Point3D.
Subtract
(ref v2, ref v0, out e2);
426
Point3D.
Subtract
(ref origin, ref v0, out s);
430
Point3D.
Subtract
(ref v0, ref origin, out s);
System\Windows\Media3D\Point3D.cs (1)
141
Subtract
(ref point1, ref point2, out v);