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