CADability dotNET
Determins whether this vector and the othe vector are perpendicular. Use IsPerpendicular(GeoVector, GeoVector, Boolean) if you need more control over precision.

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

Syntax

C#
public bool IsPerpendicular(
	GeoVector other
)
Visual Basic
Public Function IsPerpendicular ( _
	other As GeoVector _
) As Boolean
Visual C++
public:
bool IsPerpendicular(
	GeoVector other
)

Parameters

other
Type: CADability..::..GeoVector
other vector

Return Value

true if perpendicular

See Also