UnitVector.AngleTo Method
Parent Object:
UnitVector
Description
Determines the angle between this vector and the specified vector.
Syntax
UnitVector.
AngleTo
(
Argument
As
UnitVector
) As Double
Parameters
Name
Type
Description
Argument
UnitVector
Input
used for comparison.
Remarks
When one of the input vectors is null (0,0,0) this method will return -NaN.
Version
Introduced in version 4
© Copyright 2022 Autodesk, Inc.
Comment on this page.