D3DXVEC2NORMALIZE function

xiaoxiao2021-03-06  107

D3DXVEC2NORMALIZE function

Returns a regularized 2-D vector.

definition:

D3DXVECTOR2 * WINAPI D3DXVEC2NORMALIZE

D3DXVECTOR2 * Pout,

Const D3DXVector2 * PV

);

parameter:

pout

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

PV

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

return value:

Point the specifications of the D3DxVector2 structure.

Description:

The function return value is the same as the POUT parameter. This allows the function D3DXVEC2NORMALIZE to be used 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-103746.html

New Post(0)