Share

UnitVector2d.IsParallelTo Method

Parent Object: UnitVector2d

Description

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

Syntax

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

Parameters

Name Type Description
Vector UnitVector2d Vector with which to test parallel 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?