Difference between revisions of "RAD TO DEG"
Jump to navigation
Jump to search
m |
Frionil Fang (talk | contribs) (missing desc) |
||
Line 3: | Line 3: | ||
|type=float | |type=float | ||
|value=57.295779513082320876798154814105f | |value=57.295779513082320876798154814105f | ||
|desc | |desc=When multiplied by, converts a value in radians to degrees. Precise value is 180/PI. | ||
|examples | |examples | ||
|events | |events |
Latest revision as of 16:05, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: float RAD_TO_DEG = 57.295779513082320876798154814105f;The float constant RAD_TO_DEG has the value 57.295779513082320876798154814105f
When multiplied by, converts a value in radians to degrees. Precise value is 180/PI.
Caveats
Related Articles
Constants
• | PI_BY_TWO | |||
• | TWO_PI | |||
• | PI | |||
• | DEG_TO_RAD |