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