Click or drag to resize
DigitalRuneProjectionSet Method
Sets the projection from the given projection matrix.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public abstract void Set(
	Matrix44F projection
)

Parameters

projection
Type: DigitalRune.Mathematics.AlgebraMatrix44F
The projection matrix.
See Also