?/TD>
Microsoft DirectX 9.0

D3DXVec3Dot Function


Determines the dot-product of two 3-D vectors.

Syntax

FLOAT D3DXVec3Dot(      

    CONST D3DXVECTOR3 *pV1,     CONST D3DXVECTOR3 *pV2 );

Parameters

pV1
[in] Pointer to a source D3DXVECTOR3 structure.
pV2
[in] Pointer to a source D3DXVECTOR3 structure.

Return Value

The dot-product.



Function Information

Headerd3dx9math.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98

See Also

D3DXVec3Cross


© 2002 Microsoft Corporation. All rights reserved.