D3DXMAMATRIXSCALING function
Create a zoom matrix along the X, Y, and Z axis.
definition:
D3DXMAMATRIX * WINAPI D3DXMATRIXSCALING
D3DXMAMATRIX * POUT,
Float SX,
Float Sy,
Float SZ
);
parameter:
pout
[IN, OUT] points to the operation result matrix of the D3DXMatrix structure.
SX
[in] The scaling coefficient along the X axis.
Sy
[IN] The scale coefficient along the Y axis.
SZ
The zoom coefficient along the Z axis.
return value:
Point to the zoom matrix of D3DXMatrix.
Description:
The function return value is the same as the POUT parameter. This allows the function D3DXMatrixScaling as a parameter of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98