Quaternion.RotateMatrix Method |
Language: |
Builds a quaternion from a rotation matrix.
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
);
m Microsoft.DirectX.Matrix
Source Matrix structure that defines the rotation.
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