6 references to NearPlaneDistance
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
191
data.nearPlaneDistance =
NearPlaneDistance
;
Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
191
data.nearPlaneDistance =
NearPlaneDistance
;
Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs (2)
79
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
89
double zn =
NearPlaneDistance
;
Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs (2)
101
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
112
double zn =
NearPlaneDistance
;