9 references to Point4D
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
93
Point4D o = new
Point4D
(origin.X,origin.Y,origin.Z,1);
94
Point4D d = new
Point4D
(direction.X,direction.Y,direction.Z,0);
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (1)
183
value = new
Point4D
(
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
122
Point4D origin4D = new
Point4D
(np.X,np.Y,0,1) * cameraToWorld;
Core\CSharp\System\Windows\Media3D\Point3D.cs (1)
204
return new
Point4D
(point._x, point._y, point._z, 1.0);
Core\CSharp\System\Windows\Media3D\Point4D.cs (4)
87
return new
Point4D
(point1._x + point2._x,
101
return new
Point4D
(point1._x + point2._x,
115
return new
Point4D
(point1._x - point2._x,
129
return new
Point4D
(point1._x - point2._x,