D3DXMAMATRIXROTATIONX function
Create a matrix around the X-axis.
definition:
D3DXMAMATRIX * WINAPI D3DXMATRIXROTATIONX
D3DXMAMATRIX * POUT,
Float Angle
);
parameter:
pout
[IN, OUT] points to the operation result matrix of the D3DXMatrix structure.
Angle
[in] The angle of rotating around the X-axis (the unit is curved). The angle calculation method is when it looks at the origin toward the rotating shaft, the clockwise direction is positive.
return value:
Point to the D3DxMatrix structure around the X-axis rotation matrix.
Description:
The function return value is the same as the POUT parameter. This allows functions D3DXMAMATRIXROTITIONX as a parameter of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98
related functions:
D3DXMatrixRotationAxis, D3DXMatrixRotationQuaternion, D3DXMatrixrotationy, D3DXMAMATRITATIONYAWPITCHROLL, D3DXMATRIXROTIONZ