Autodesk.AutoCAD.Geometry Namespace > Vector3d Structure > Vector3d Methods > GetAngleTo Method
GetAngleTo Method
Overload List
Method 
Description 

Returns the angle between this vector and the vector vector in the range [0, Pi]. 

Returns the angle between this vector and the vector vector in the range [0, 2 x Pi].

If (refVec.dotProduct(crossProduct(vec)) >=... more 
   Comments?