D3DXVEC2NORMALIZE function
Returns a regularized 2-D vector.
definition:
D3DXVECTOR2 * WINAPI D3DXVEC2NORMALIZE
D3DXVECTOR2 * Pout,
Const D3DXVector2 * PV
);
parameter:
pout
[IN, OUT] points to the operation result of the D3DXVECTOR2 structure.
PV
[in] Point the source vector of the D3DxVector2 structure.
return value:
Point the specifications of the D3DxVector2 structure.
Description:
The function return value is the same as the POUT parameter. This allows the function D3DXVEC2NORMALIZE to be used as a parameter of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98