Vector3DAzimuth


Computes the angle between a 3D vector's projection to the XY plane and the X axis measured toward Y axis, as an angle in the range from 0 to 360.

Syntax

C++
C#
Python
 
def Vector3DAzimuth(
	inVector3D: Vector3D,
	/
)
-> outAzimuth: float

Parameters

Name Type Default Description
Input value inVector3D Vector3D
Output value outAzimuth float