Share

UnitVector.IsPerpendicularTo Method

Parent Object: UnitVector

Description

Determine if this vector is perpendicular to the specified vector.

Syntax

UnitVector.IsPerpendicularTo( Argument As UnitVector, [Tolerance] As Double ) As Boolean

Parameters

Name Type Description
Argument UnitVector Input used for comparison.
Tolerance Double Input Double that specifies the tolerance to be used when determining whether the vectors are perpendicular.

This is an optional argument whose default value is 0.0.

Version

Introduced in version 4

Was this information helpful?