VectorDirection


Computes the direction angle of a vector as an angle in range the from 0 to 360.

Syntax

C++
Python
 
def VectorDirection(
	inVector: Vector2D,
	/
)
-> outDirection: float

Parameters

Name Type Default Description
Input value inVector Vector2D
Output value outDirection float