Click or drag to resize

UtilIsNaN(Vector3) Method

Are any of the elements of a Vector3 a NaN?

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

Parameters

v  Vector3
Input Vector3.

Return Value

Boolean
True if any element is a NaN, false otherwise.
See Also