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