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