Quaternion.Identity Property |
Language: |
Retrieves the identity quaternion.
Visual Basic Public Shared ReadOnly Property Identity As Quaternion C# public static Quaternion Identity { get; } C++ public:
static property Quaternion Identity {
Quaternion get();
}JScript public static function get Identity() : Quaternion
Microsoft.DirectX.Quaternion
This property is read-only.
A Quaternion structure that represents the identity quaternion.
Given a quaternion (x, y, z, w), the Quaternion.Identity method returns the quaternion (0, 0, 0, 1).
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