Click or drag to resize
DigitalRuneProjection Properties

The Projection type exposes the following members.

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