QuaternionUndefined Property |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic static Quaternion Undefined { get; }
Public Shared ReadOnly Property Undefined As Quaternion
Get
public:
static property Quaternion Undefined {
Quaternion get ();
}
static member Undefined : Quaternion with get
Property Value
Type:
Quaternion
Remarks
Use
IsUndefined to test whether a
Quaternion instance
is undefined since it will return
if any of the coordinate values
are
NaN.
See Also