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

math.rad

Convert from degrees to radians

Syntax

Lua
math.rad(degrees)

Parameters

Name Type Default Description
degrees number The angle measured in degrees.

Returns

  • number