QuaternionIdentity Property |
Gets the set of
Quaternion coordinates representing the identity vector.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Quaternion Identity { get; }
Public Shared ReadOnly Property Identity As Quaternion
Get
public:
static property Quaternion Identity {
Quaternion get ();
}
static member Identity : Quaternion with get
Property Value
Type:
QuaternionSee Also