D3DXMAMATRIXROTIONY function
Create a matrix around the Y-axis.
definition:
D3DXMAMATRIX * WINAPI D3DXMATRIXROTATIONY
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 Y-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:
Pointing the Maximum rotating matrix of the D3DXMatrix structure.
Description:
The function return value is the same as the POUT parameter. This allows the function D3DXMatrixRotationY to use parameters of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98
related functions:
D3DXMAMATRIXROTATIONAXIS, D3DXMATRIXROTIONQUATERNION, D3DXMATRIXROTIONX, D3DXMATRIXROTIONYAWPITCHROLL, D3DXMATRIXROTIONZ