Click or drag to resize
DigitalRuneMatrix44DToXna Method
Converts this Matrix44D (DigitalRune Mathematics) to Matrix (XNA Framework).

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Matrix ToXna()

Return Value

Type: Matrix
The Matrix (XNA Framework).
Remarks

DigitalRune Mathematics uses column vectors whereas the XNA Framework uses row vectors. By converting a Matrix44D (DigitalRune Mathematics) to Matrix (XNA Framework) the matrix is automatically transposed.

This method is available only in the XNA-compatible build of the DigitalRune.Mathematics.dll.

See Also