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