Click or drag to resize

UtilIsInfinity(Vector3) Method

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

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

Parameters

v  Vector3
Input Vector3.

Return Value

Boolean
True if any element is a NegativeInfinity or PositiveInfinity, false otherwise.
See Also