6 references to NearPlaneDistance
PresentationCore (6)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
163
data.nearPlaneDistance =
NearPlaneDistance
;
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
163
data.nearPlaneDistance =
NearPlaneDistance
;
System\Windows\Media3D\OrthographicCamera.cs (2)
71
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
81
double zn =
NearPlaneDistance
;
System\Windows\Media3D\PerspectiveCamera.cs (2)
93
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
104
double zn =
NearPlaneDistance
;