Share

UnitVector.AngleTo Method

Parent Object: UnitVector

Description

Determines the angle between this vector and the specified vector.

Remarks

When one of the input vectors is null (0,0,0) this method will return -NaN.

Syntax

UnitVector.AngleTo( Argument As UnitVector ) As Double

Parameters

Name Type Description
Argument UnitVector Input used for comparison.

Version

Introduced in version 4

Was this information helpful?