D3DXVEC3SCALE function
Scaled 3-D vector.
definition:
D3DXVECTOR3 * D3DXVEC3SCALE
D3DXVECTOR3 * Pout,
Const D3DxVector3 * PV,
Float S
);
parameter:
pout
[IN, OUT] points to the operation result of the D3DXVECTOR3 structure.
PV
[in] Pointing vector of D3DXVector3 structure.
s
Scaling Coefficient.
return value:
Refers to the zoomed vector of the D3DxVector3 structure.
Description:
The function return value is the same as the POUT parameter. This allows functions D3DXVEC3SCALE to use parameters of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98
Function related:
D3DXVEC3ADD, D3DXVEC3SUBTRACT