Quaternion.RotateMatrix Method

Language:

Builds a quaternion from a rotation matrix.

Definition

Visual Basic Public Sub RotateMatrix( _
    ByVal m As Matrix _
)
C# public void RotateMatrix(
    Matrix m
);
C++ public:
void RotateMatrix(
    Matrix m
);
JScript public function RotateMatrix(
    m : Matrix
);

Parameters

m Microsoft.DirectX.Matrix
Source Matrix structure that defines the rotation.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center