Progetto H — API Reference API & Scripting Documentation
Static function Shared Native

math.deg

Convert from radians to degrees

Syntax

Lua
math.deg(radians)

Parameters

Name Type Default Description
radians number Value to be converted to degrees.

Returns

  • number