D3DXPLANESCALE function

xiaoxiao2021-03-06  86

D3DXPLANESCALE function

Use the zoom factor to zoom plane.

definition:

D3DXPLANE * D3DXPLANESCALE

D3DXPLANE * Pout,

Const D3DXPlane * PP,

Float S

);

parameter:

pout

[IN, OUT] points the planar equation after the scaling of the D3DXPLANE structure.

PP

[in] Points the planar equation to scale to the D3DXPLANE structure.

s

Scaling Coefficient.

return value:

The equation that points to the plane scaling of the D3DXPLANE structure.

Description:

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

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

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

New Post(0)