Click or drag to resize
DigitalRuneQuaternionFToXna Method
Converts this QuaternionF (DigitalRune Mathematics) to Quaternion (XNA Framework).

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

Return Value

Type: Quaternion
The Quaternion (XNA Framework).
Remarks
This method is available only in the XNA-compatible build of the DigitalRune.Mathematics.dll.
See Also