11 references to MultiplyPoint
PresentationCore (11)
Core\CSharp\System\Windows\Media3D\Matrix3D.cs (2)
518
MultiplyPoint
(ref point);
533
MultiplyPoint
(ref points[i]);
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (7)
388
worldTransformMatrix.
MultiplyPoint
(ref worldPointHit);
428
rayParams.ModelTransformMatrix.
MultiplyPoint
(ref pointHit);
467
worldTransformMatrix.
MultiplyPoint
(ref worldPointHit);
511
worldTransformMatrix.
MultiplyPoint
(ref a);
512
worldTransformMatrix.
MultiplyPoint
(ref b);
513
worldTransformMatrix.
MultiplyPoint
(ref c);
526
rayParams.ModelTransformMatrix.
MultiplyPoint
(ref pointHit);
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (1)
185
invView.
MultiplyPoint
(ref origin);
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (1)
189
m.
MultiplyPoint
(ref rayOrigin);