?/TD> |
Microsoft DirectX 9.0 |
Returns the dot product of two quaternions.
Syntax
FLOAT D3DXQuaternionDot(
CONST D3DXQUATERNION *pQ1, CONST D3DXQUATERNION *pQ2 );
Parameters
- pQ1
- [in] Pointer to a source D3DXQUATERNION structure.
- pQ2
- [in] Pointer to a source D3DXQUATERNION structure.
Return Value
The dot product of two quaternions.
Function Information
Header d3dx9math.h Import library d3dx9.lib Minimum operating systems Windows 98