Quaternion.CreateFromRotationMatrix Method (Matrix%, Quaternion%)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a Quaternion from a rotation Matrix.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Shared Sub CreateFromRotationMatrix ( _
ByRef matrix As Matrix, _
<OutAttribute> ByRef result As Quaternion _
)
public static void CreateFromRotationMatrix(
ref Matrix matrix,
out Quaternion result
)
Parameters
- matrix
Type: Microsoft.Xna.Framework.Matrix%
The rotation Matrix to create the Quaternion from.
- result
Type: Microsoft.Xna.Framework.Quaternion%
[OutAttribute] The created Quaternion.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.