Share

UnitVector2d.IsPerpendicularTo Method

Parent Object: UnitVector2d

Description

Determine if this unit vector2d is perpendicular to the specified unit vector2d.

Syntax

UnitVector2d.IsPerpendicularTo( Vector As UnitVector2d, [Tolerance] As Double ) As Boolean

Parameters

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.

Version

Introduced in version 11

Was this information helpful?