Click or drag to resize
DigitalRuneGraphicsHelperProjectorBiasMatrix Field
A bias matrix that converts a vector from clip space to texture space.

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

Field Value

Type: Matrix44F
Remarks
(x, y) coordinates in clip space range from (-1, -1) at the bottom left to (1, 1) at the top right. For texturing the top left should be (0, 0) and the bottom right should be (1, 1).
See Also