Microsoft DirectX 9.0 SDK Update (October 2004)

Quaternion.RotateMatrix Method

Language:

Note: This documentation is preliminary and is subject to change.

Builds a quaternion from a rotation matrix.

Definition

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

Parameters

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

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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