Click or drag to resize
DigitalRuneProjectionToMatrix44F Method
Converts a projection to a 4x4 transformation matrix.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Matrix44F ToMatrix44F()

Return Value

Type: Matrix44F
A 4x4-matrix that represents the same transformation as the projection.
See Also