Checks validity of given vector. Valid vectors have all components well defined (i.e., no NaN or Infinity values are allowed).

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static bool IsValid(
	Vector3D v
)
Visual Basic
Public Shared Function IsValid ( _
	v As Vector3D _
) As Boolean
JScript
public static function IsValid(
	v : Vector3D
) : boolean

Parameters

v
Type: System.Windows.Media.Media3D..::..Vector3D
Tested vector.

Return Value

True, if the vector is valid.

See Also