2 overrides of GetViewMatrix
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\MatrixCamera.cs (1)
77internal override Matrix3D GetViewMatrix()
Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs (1)
59internal override Matrix3D GetViewMatrix()
4 references to GetViewMatrix
PresentationCore (4)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
285Matrix3D cameraToObjectTransform = _worldTransformation * _camera.GetViewMatrix();
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
391return camera.GetViewMatrix() *
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
527Matrix3D viewProjMatrix = camera.GetViewMatrix() * camera.GetProjectionMatrix(aspectRatio); 592Matrix3D viewProjMatrix = camera.GetViewMatrix() * camera.GetProjectionMatrix(aspectRatio);