12 references to M34
PresentationCore (12)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
268
matrix[2,3] = m.
M34
;
Core\CSharp\System\Windows\Media\Composition.cs (1)
56
matrix._34 = (float) m.
M34
;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
92
matrix1.
M34
== matrix2.
M34
&&
146
matrix1.
M34
.Equals(matrix2.
M34
) &&
217
M34
.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (3)
159
double J31 = cameraToWorld.M31 - cameraToWorld.
M34
* origin.X;
160
double J32 = cameraToWorld.M32 - cameraToWorld.
M34
* origin.Y;
161
double J33 = cameraToWorld.M33 - cameraToWorld.
M34
* origin.Z;
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (2)
411
double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.
M34
+ m.M44;
497
double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.
M34
+ m.M44;