D3DXVEC2SCALE function
Zoom a 2-D vector.
definition:
D3DXVECTOR2 * D3DXVEC2SCALE (
D3DXVECTOR2 * Pout,
Const d3dxvector2 * pv,
Float S
);
parameter:
pout
[IN, OUT] points to the operation result of the D3DXVECTOR2 structure.
PV
[in] Pointing the vector of the D3DxVector2 structure.
s
Scaling Coefficient.
return value:
Refers to the zoom of the D3DXVector2 structure.
Description:
The function return value is the same as the POUT parameter. This allows functions D3DXVEC2SCALE to use parameters of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98
Function related:
D3DXVEC2ADD, D3DXVEC2SUBTRACT