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