![]() |
![]() |
![]() |
XFileGuid.Matrix4x4 Field |
Language: |
Retrieves the globally unique identifier (GUID) for matrix 4x4 templates.
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
System.Guid . A Guid
This field is read-only.value that contains the globally unique identifier (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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center