D3DXVEC2LENGTH function
Returns the length of 2-D vector.
definition:
FLOAT D3DXVEC2LENGTH (
Const D3DXVector2 * PV
);
parameter:
PV
[in] Pointing the vector of the D3DxVector2 structure.
return value:
Vector length.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98
Function related:
D3DXVEC2LENGTHSQ