Click or drag to resize
DigitalRuneRenderTransformToMatrix33F Method
Converts this render transformation to a 3x3 matrix.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Matrix33F ToMatrix33F()

Return Value

Type: Matrix33F
A 3x3-matrix that represents the same transformation.
See Also