Autodesk.AutoCAD.Geometry Namespace > Vector3d Structure > Vector3d Methods > GetAngleTo Method > GetAngleTo(Vector3d) Method
Vector3d.GetAngleTo(Vector3d) Method
Description

 

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

Visual Basic
Public Function GetAngleTo(
    vector As Vector3d
) As double
C#
public double GetAngleTo(
    Vector3d vector
);
Parameters
Parameters 
Description 
Vector3d vector 
Input any 3D vector 
Links
   Comments?