Returns the square of the length of a 3D vector.
FLOAT D3DXVec3LengthSq( CONST D3DXVECTOR3 * pV );
The vector's squared length.
Header: Declared in D3dx9math.h.
D3DXVec3Length