Quaternion.CreateFromRotationMatrix Method (Matrix)
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 Function CreateFromRotationMatrix ( _
matrix As Matrix _
) As Quaternion
public static Quaternion CreateFromRotationMatrix(
Matrix matrix
)
Parameters
- matrix
Type: Microsoft.Xna.Framework.Matrix
The rotation Matrix to create the Quaternion from.
Return Value
Type: Microsoft.Xna.Framework.Quaternion
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.