Defines an orthographic projection.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)

Syntax

C#
public class OrthographicProjection : Projection
Visual Basic
Public Class OrthographicProjection _
	Inherits Projection
Visual C++
public ref class OrthographicProjection : public Projection

Remarks

The projection can be set in several ways:

The property ViewVolume defines the bounding shape of the projection space which can be used for frustum culling. The shape is updated automatically when the properties of the projection change.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Graphics..::..Projection
    DigitalRune.Graphics..::..OrthographicProjection

See Also