D3DXVEC2LENGTH function

xiaoxiao2021-03-06  98

D3DXVEC2LENGTH function

Returns the length of 2-D vector.

definition:

FLOAT D3DXVEC2LENGTH (

Const D3DXVector2 * PV

);

parameter:

PV

[in] Pointing the vector of the D3DxVector2 structure.

return value:

Vector length.

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

Function related:

D3DXVEC2LENGTHSQ

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

New Post(0)