Share

Vector.AngleTo Method

Parent Object: Vector

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

Vector.AngleTo( Argument As Vector ) As Double

Parameters

Name Type Description
Argument Vector Input used for comparison.

Version

Introduced in version 4

Was this information helpful?