D3DXVEC4CROSS function
4-D vector fork.
definition:
D3DXVECTOR4 * WINAPI D3DXVEC4CROSS (D3DXVector4 * Pout,
Const d3dxvector4 * pv1,
Const d3dxvector4 * pv2,
Const d3dxvector4 * pv3
);
parameter:
pout
[in, out] points to the operation result of the D3DXVECTOR4 structure.
PV1
[in] Point the source vector of the D3DXVECTOR4 structure.
PV2
[in] Point the source vector of the D3DXVECTOR4 structure.
PV3
[in] Point the source vector of the D3DXVECTOR4 structure.
return value:
Point the forklift result of the D3DxVector4 structure.
Description:
The function return value is the same as the POUT parameter. This allows functions D3DXVEC4CROSS to use parameters of other functions.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
Windows 98
Function related:
D3DXVEC4DOT