共用方式為


XMMatrixSet 函式 (directxmath.h)

建立具有 浮點 值的矩陣。

語法

XMMATRIX XM_CALLCONV XMMatrixSet(
  [in] float m00,
  [in] float m01,
  [in] float m02,
  [in] float m03,
  [in] float m10,
  [in] float m11,
  [in] float m12,
  [in] float m13,
  [in] float m20,
  [in] float m21,
  [in] float m22,
  [in] float m23,
  [in] float m30,
  [in] float m31,
  [in] float m32,
  [in] float m33
) noexcept;

參數

[in] m00

要指派給 (0,0) 元素的值。

[in] m01

要指派給 (0,1) 元素的值。

[in] m02

要指派給 (0,2) 元素的值。

[in] m03

要指派給 (0,3) 元素的值。

[in] m10

要指派給 (1,0) 元素的值。

[in] m11

要指派給 (1,1) 元素的值。

[in] m12

要指派給 (1,2) 元素的值。

[in] m13

要指派給 (1,3) 元素的值。

[in] m20

要指派給 (2,0) 元素的值。

[in] m21

要指派給 (2,1) 元素的值。

[in] m22

要指派給 (2,2) 元素的值。

[in] m23

要指派給 (2,3) 元素的值。

[in] m30

要指派給 (3,0) 元素的值。

[in] m31

要指派給 (3,1) 元素的值。

[in] m32

要指派給 (3,2) 元素的值。

[in] m33

要指派給 (3,3) 元素的值。

傳回值

傳回具有指定元素的 XMMATRIX

備註

平臺需求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 與 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。

規格需求

需求
目標平台 Windows
標頭 directxmath.h

另請參閱

DirectXMath 連結庫矩陣函式