Share

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

Vector3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?