6 references to NearPlaneDistance
PresentationCore (6)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
179
data.nearPlaneDistance =
NearPlaneDistance
;
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
179
data.nearPlaneDistance =
NearPlaneDistance
;
System\Windows\Media3D\OrthographicCamera.cs (2)
78
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
88
double zn =
NearPlaneDistance
;
System\Windows\Media3D\PerspectiveCamera.cs (2)
100
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
111
double zn =
NearPlaneDistance
;