D3DXMAMATRIXTRANSPOSE function

xiaoxiao2021-03-06  76

D3DXMAMATRIXTRANSPOSE function

Turn a matrix and return this matrix.

definition:

D3DXMAMATRIX * WINAPI D3DXMAMATRIXTRANSPOSE

D3DXMAMATRIX * POUT,

Const D3DXMatrix * PM

);

parameter:

pout

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

pm

[in] points to the source matrix of the D3DXMatrix structure.

return value:

Point to the transposition matrix of the D3DXMatrix structure.

Description:

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

Function information:

HEADER

D3DX9Math.h

Import Library

D3DX9.LIB

Minimum operation systems

WINDOWS 98

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

New Post(0)