![]() |
![]() |
![]() |
Quaternion.Identity Property |
Language: |
Retrieves the identity quaternion.
Visual Basic .NET Public Shared ReadOnly Property Identity As Quaternion C# public static Quaternion Identity { get; } Managed C++ public: __property static Quaternion get_Identity(); JScript .NET public static function get Identity() : Quaternion
Microsoft.DirectX.Quaternion . A Quaternion structure that represents the identity quaternion.
This property is read-only.
Given a quaternion (x, y, z, w), the Quaternion.Identity method returns the quaternion (0, 0, 0, 1).
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center