XFileGuid.Matrix4x4 Field (Microsoft.DirectX.Direct3D)
Retrieves the globally unique identifier (GUID) for matrix 4x4 templates.
Definition
Visual Basic Public Shared Matrix4x4 As Guid C# public static Guid Matrix4x4;
C++ public: static Guid Matrix4x4;
JScript public static var Matrix4x4 : Guid
Field Value
System.Guid
A Guidvalue that contains the 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:
- array float matrix[16] - Array of 16 floats.
.gif)