Click or drag to resize

UtilIsNaN(Quaternion) Method

Are any of the elements of a Quaternion a NaN?

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

Parameters

q  Quaternion
Input Quaternion.

Return Value

Boolean

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

See Also