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