Click or drag to resize

UtilIsNaN Method (Quaternion)

Are any of the elements of a Quaternion a NaN?

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static bool IsNaN(
	Quaternion q
)

Parameters

q
Type: Microsoft.DirectXQuaternion
Input Quaternion.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Common.Util.IsNaN(Microsoft.DirectX.Quaternion)"]

See Also