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