D3DXMAMATRIXSCALING function

xiaoxiao2021-03-06  81

D3DXMAMATRIXSCALING function

Create a zoom matrix along the X, Y, and Z axis.

definition:

D3DXMAMATRIX * WINAPI D3DXMATRIXSCALING

D3DXMAMATRIX * POUT,

Float SX,

Float Sy,

Float SZ

);

parameter:

pout

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

SX

[in] The scaling coefficient along the X axis.

Sy

[IN] The scale coefficient along the Y axis.

SZ

The zoom coefficient along the Z axis.

return value:

Point to the zoom matrix of D3DXMatrix.

Description:

The function return value is the same as the POUT parameter. This allows the function D3DXMatrixScaling as a parameter of other functions.

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

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

New Post(0)