D3DXVEC2MINIMIZE function

xiaoxiao2021-03-06  114

D3DXVEC2MINIMIZE function

Returns 2-D vector, its component composition is the minimum component composition in two vectors.

definition:

D3DXVECTOR2 * D3DXVEC2MINIMIZE (

D3DXVECTOR2 * Pout,

Const d3dxvector2 * pv1,

Const d3dxvector2 * pv2

);

parameter:

pout

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

PV1

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

PV2

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

return value:

Pointing the vector of the D3DXVector2 structure, which is a minimum component constructed in two vectors.

Description:

The function return value is the same as the POUT parameter. This allows the function D3DXVEC2MINIMIZE to be used as a parameter of other functions.

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

Function related:

D3DXVEC2MAXIMIZE

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

New Post(0)