Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 256 Bytes

radians.md

File metadata and controls

12 lines (8 loc) · 256 Bytes

Back to reference

radians(deg)

Converts the angle value deg from the range -180 to 180 in the range -PI to PI.

Example:

The variable angle will contain 4.7124 (= 1,5 * PI).

let angle = gmynd.radians(270);