D3DXVEC3NORMALIZE function

xiaoxiao2021-03-06  115

D3DXVEC3NORMALIZE function

3d vector of a pattern of vector.

definition:

D3DXVECTOR3 * WINAPI D3DXVEC3NORMALIZE

D3DXVECTOR3 * Pout,

Const D3DXVector3 * PV

);

parameter:

pout

[IN, OUT] points to the operation result of the D3DXVECTOR3 structure.

PV

[in] Point the source vector of the D3DXVECTOR3 structure.

return value:

Point the vector after the D3DxVector3 structure.

Description:

The function return value is the same as the POUT parameter. This allows functions D3DXVEC3NORMALIZE as a parameter of other functions.

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

转载请注明原文地址:https://www.9cbs.com/read-101755.html

New Post(0)