Workshop.codes
Create

Horizontal Angle From Direction Last updated November 26, 2024

Description

The horizontal angle in degrees corresponding to the specified direction vector.

Snippet

Horizontal Angle From Direction(Vector(0, 0, 0));

Properties

Returns: Float
Parameters: Direction

Direction
Type: Direction, Default: Vector
The direction vector from which to acquire a horizontal angle in degrees. The vector is unitized before calculation begins.

Workshop.codes