D3DXVEC2LENGTHSQ function

xiaoxiao2021-03-06  107

D3DXVEC2LENGTHSQ function

Returns the square of the 2-D vector length.

definition:

FLOAT D3DXVEC2LENGTHSQ (

Const D3DXVector2 * PV

);

parameter:

PV

[in] Pointing the vector of the D3DxVector2 structure.

return value:

The square of the length of the vector.

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

Function related:

D3DXVEC2LENGTH

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

New Post(0)