Click or drag to resize

UtilZeroNaN Method

Return a Vector3 replacing all instances of PositiveInfinity, NegativeInfinity and NaN with 0.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3 ZeroNaN(
	Vector3 v
)

Parameters

v
Type: Microsoft.DirectXVector3
Input Vector3.

Return Value

Type: Vector3
Result Vector3.
See Also