Click or drag to resize
DigitalRunePerspectiveProjectionSet Method (Matrix44F)
Sets the perspective 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 override void Set(
	Matrix44F projection
)

Parameters

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