2 references to GetProjectionMatrix
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (2)
79
return
GetProjectionMatrix
(aspectRatio, NearPlaneDistance, FarPlaneDistance);
194
Matrix3D projectionMatrix =
GetProjectionMatrix
(aspectRatio, zn, zf);