Workshop.codes
Create

Vertical Angle From Direction Last updated November 26, 2024

Description

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

Snippet

Vertical 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 vertical angle in degrees. The vector is unitized before calculation begins.

Workshop.codes