Click or drag to resize
DigitalRunePerspectiveProjection Properties

The PerspectiveProjection type exposes the following members.

Properties
  NameDescription
Public propertyAspectRatio
Gets the aspect ratio (width / height) of the view.
(Inherited from Projection.)
Public propertyBottom
Gets or sets the minimum y-value of the view volume at the near view-plane.
(Inherited from Projection.)
Public propertyDepth
Gets the depth of the view volume (Far - Near).
(Inherited from Projection.)
Public propertyFar
Gets or sets the distance to the far view plane.
(Inherited from Projection.)
Public propertyFieldOfViewX
Gets the horizontal field of view in radians.
(Inherited from Projection.)
Public propertyFieldOfViewY
Gets the vertical field of view in radians.
(Inherited from Projection.)
Public propertyHeight
Gets the height of the view volume at the near view plane.
(Inherited from Projection.)
Public propertyInverse
Gets the inverse of the projection matrix.
(Inherited from Projection.)
Public propertyLeft
Gets or sets the minimum x-value of the view volume at the near view-plane.
(Inherited from Projection.)
Public propertyNear
Gets or sets the distance to the near view plane.
(Inherited from Projection.)
Public propertyNearClipPlane
Gets or sets the near clip plane in view space.
Public propertyRight
Gets or sets the maximum x-value of the view volume at the near view-plane.
(Inherited from Projection.)
Public propertyTop
Gets or sets the maximum y-value of the view volume at the near view-plane.
(Inherited from Projection.)
Public propertyViewVolume
Gets (or sets) the shape of the view volume (viewing frustum).
(Inherited from Projection.)
Public propertyWidth
Gets the width of the view volume at the near view plane.
(Inherited from Projection.)
Top
See Also