Click or drag to resize
DigitalRunePerspectiveProjectionComputeProjection Method
Computes the projection matrix.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override Matrix44F ComputeProjection()

Return Value

Type: Matrix44F
The projection matrix.
Remarks
Notes to Inheritors: The base class Projection does not know how to compute a projection matrix. The classes deriving from Projection need to implement ComputeProjection and return a valid projection matrix.
See Also