Quaternion.Identity Property (Microsoft.DirectX)
Retrieves the identity quaternion.
Definition
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
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).