Determines the dot-product of two 4-D vectors.
FLOAT D3DXVec4Dot( CONST D3DXVECTOR4* pV1, CONST D3DXVECTOR4* pV2 );
The dot-product.
Header: Declared in D3dx8math.h. Import Library: Use D3dx8.lib.
D3DXVec4Cross