Click or drag to resize

UtilIsInfinity(Quaternion) Method

Are any of the elements of a Quaternion a NegativeInfinity or PositiveInfinity?

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

Parameters

q  Quaternion
Input Quaternion.

Return Value

Boolean

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

See Also