UnitVector2d.IsPerpendicularTo Method
Parent Object: UnitVector2dDescription
Determine if this unit vector2d is perpendicular to the specified unit vector2d.
Syntax
UnitVector2d.IsPerpendicularTo( Vector As UnitVector2d, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Vector | UnitVector2d | Vector with which to test perpendicular status. |
Tolerance | Double | Tolerance for test. This is an optional argument whose default value is 0.0. |