Click or drag to resize

UtilIsInfinity Method (Quaternion)

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

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

Parameters

q
Type: Microsoft.DirectXQuaternion
Input Quaternion.

Return Value

Type: Boolean

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

See Also