XFileGuid.Matrix4x4 Field |
Language: |
Retrieves the globally unique identifier (GUID) for matrix 4x4 templates.
Visual Basic Public Shared Matrix4x4 As Guid C# public static Guid Matrix4x4; C++ public: static Guid Matrix4x4; JScript public static var Matrix4x4 : Guid
System.Guid
This field is read-only.
A Guid value that contains the GUID for matrix 4x4 templates.
Material wrap templates define a 4x4 matrix, which is used as a frame transformation matrix. The following is a Matrix4x4.
[C#]Where:
template Matrix4x4 { < F6F23F45-7686-11cf-8F52-0040333594A3 > array float matrix[16]; }
- array float matrix[16] - Array of 16 floats.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center