Vector.IsPerpendicularTo Method
Parent Object: VectorDescription
Determine if this vector is perpendicular to the specified vector.
Syntax
Vector.IsPerpendicularTo( Argument As Vector, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Argument | Vector | 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. |