CADability dotNET
Determins, whether the length of the given vector is almost 0, i.e. the length is less than eps

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static bool IsNullVector(
	GeoVector v
)
Visual Basic
Public Shared Function IsNullVector ( _
	v As GeoVector _
) As Boolean
Visual C++
public:
static bool IsNullVector(
	GeoVector v
)

Parameters

v
Type: CADability..::..GeoVector
the vector to test

Return Value

true if null-vector, false otherwise

See Also