Vector.AngleTo Method
Parent Object: VectorDescription
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 DoubleParameters
Name | Type | Description |
Argument | Vector | Input used for comparison. |