Click or drag to resize
DigitalRuneProjectionInverse Property
Gets the inverse of the projection matrix.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Matrix44F Inverse { get; set; }

Property Value

Type: Matrix44F
The inverse projection matrix.
Remarks
Setting Inverse automatically updates the Projection.
See Also