Utility.VectorsAngle (Vector3D, Vector3D, Vector3D) Method

Returns the angle in degrees between two vectors.
Public Shared Function VectorsAngle( _ 
ByVal v1 As Vector3D, _ 
ByVal v2 As Vector3D, _ 
ByVal rotAxis As Vector3D
) As Double
This language is not supported or no code example is available.
public static double VectorsAngle( 
Vector3D v1
Vector3D v2
Vector3D rotAxis 
)
This language is not supported or no code example is available.

Parameters

v1
Vector3D

First Vector

v2
Vector3D

Second Vector

rotAxis
Vector3D

Rotation Axis

Return Value

double

The angle in degrees between the vectors, measured in clockwise direction.

.NET Framework

Supported in: 4.8

In this article

Definition