D3DXVEC3SCALE function

xiaoxiao2021-03-06  108

D3DXVEC3SCALE function

Scaled 3-D vector.

definition:

D3DXVECTOR3 * D3DXVEC3SCALE

D3DXVECTOR3 * Pout,

Const D3DxVector3 * PV,

Float S

);

parameter:

pout

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

PV

[in] Pointing vector of D3DXVector3 structure.

s

Scaling Coefficient.

return value:

Refers to the zoomed vector of the D3DxVector3 structure.

Description:

The function return value is the same as the POUT parameter. This allows functions D3DXVEC3SCALE to use parameters of other functions.

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

Function related:

D3DXVEC3ADD, D3DXVEC3SUBTRACT

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

New Post(0)