Builds a matrix that rotates around an arbitrary axis.
Definition
Parameters
| axisRotation | Microsoft.DirectX.Vector3 A Vector3 structure that identifies the axis about which to rotate the matrix. |
| angle | System.Single Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis toward the origin. |
Return Value
Microsoft.DirectX.Matrix
Rotated Matrix structure.
Remarks
The input rotation angle is in radians.
See Also