6 references to NearPlaneDistance
PresentationCore (6)
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
155
data.nearPlaneDistance =
NearPlaneDistance
;
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
155
data.nearPlaneDistance =
NearPlaneDistance
;
System\Windows\Media3D\OrthographicCamera.cs (2)
72
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
82
double zn =
NearPlaneDistance
;
System\Windows\Media3D\PerspectiveCamera.cs (2)
94
return GetProjectionMatrix(aspectRatio,
NearPlaneDistance
, FarPlaneDistance);
105
double zn =
NearPlaneDistance
;