Click or drag to resize

UnitQuaternion.Undefined Property

Gets a set of UnitQuaternion coordinates with values of NaN.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static UnitQuaternion Undefined { get; }

Property Value

Type: UnitQuaternion
Remarks
Use IsUndefined to test whether a UnitQuaternion instance is undefined since it will return true if any of the coordinate values are NaN.
See Also