Microsoft DirectX 9.0 SDK Update (October 2004)

Quaternion.Identity Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the identity quaternion.

Definition

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

Property Value

Microsoft.DirectX.Quaternion . A Quaternion structure that represents the identity quaternion.

This property is read-only. 

Remarks

Given a quaternion (x, y, z, w), the Quaternion.Identity method returns the quaternion (0, 0, 0, 1).


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center