Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.Matrix4x4 Field

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the globally unique identifier (GUID) for matrix 4x4 templates.

Definition

Visual Basic .NET Public Shared Matrix4x4 As Guid
C# public static Guid Matrix4x4;
Managed C++ public: static Guid Matrix4x4;
JScript .NET public static var Matrix4x4 : Guid

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (GUID) for matrix 4x4 templates.

This field is read-only. 

Remarks

Material wrap templates define a 4x4 matrix, which is used as a frame transformation matrix. The following is a Matrix4x4.

[C#]
template Matrix4x4 { < F6F23F45-7686-11cf-8F52-0040333594A3 > array float matrix[16]; }
Where:


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center