1 write to Y
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (1)
1175
point.
Y
= x*_m12 + y*_m22 + z*_m32 + w*_offsetY;
13 references to Y
PresentationCore (13)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (4)
103
origin = new Point3D(o.X, o.
Y
, o.Z);
104
direction = new Vector3D(d.X, d.
Y
, d.Z);
113
double[,] linepoints = new double[,]{{o.X,d.X},{o.
Y
,d.
Y
},{o.Z,d.Z},{o.W,d.W}};
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
969
newVal.g = (float)p.
Y
;
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (5)
76
point1.
Y
== point2.
Y
&&
111
point1.
Y
.Equals(point2.
Y
) &&
163
Y
.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (1)
1170
double y = point.
Y
;
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
124
origin4D.
Y
/origin4D.W,
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
530
Point point2D = new Point(point.X/point.W, point.
Y
/point.W);