1 write to W
PresentationCore (1)
System\Windows\Media3D\Matrix3D.cs (1)
1173
point.
W
= x*_m14 + y*_m24 + z*_m34 + w*_m44;
17 references to W
PresentationCore (17)
MS\Internal\Media3D\LineUtil.cs (4)
98
if (o.
W
== 1 && d.
W
== 0)
112
double[,] linepoints = new double[,]{{o.X,d.X},{o.Y,d.Y},{o.Z,d.Z},{o.
W
,d.
W
}};
System\Windows\Media\Effects\ShaderEffect.cs (1)
954
newVal.a = (float)p.
W
;
System\Windows\Media3D\Generated\Point4D.cs (5)
73
point1.
W
== point2.
W
;
108
point1.
W
.Equals(point2.
W
);
160
W
.GetHashCode();
System\Windows\Media3D\Matrix3D.cs (1)
1168
double w = point.
W
;
System\Windows\Media3D\MatrixCamera.cs (4)
121
Point3D origin = new Point3D( origin4D.X/origin4D.
W
,
122
origin4D.Y/origin4D.
W
,
123
origin4D.Z/origin4D.
W
);
168
if (origin4D.
W
< 0)
System\Windows\Media3D\Viewport3DVisual.cs (2)
526
Point point2D = new Point(point.X/point.
W
, point.Y/point.
W
);