Difference between revisions of "RAD TO DEG"
Jump to navigation
Jump to search
Frionil Fang (talk | contribs) (missing desc) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|name=RAD_TO_DEG | |name=RAD_TO_DEG | ||
|type=float | |type=float | ||
|value=57. | |value=57.295779513082320876798154814105f | ||
|desc | |desc=When multiplied by, converts a value in radians to degrees. Precise value is 180/PI. | ||
|examples | |examples | ||
|events | |events | ||
|functions | |functions | ||
|constants={{LSL DefineRow||[[PI_BY_TWO]]}} | |||
{{LSL DefineRow||[[TWO_PI]]}} | |||
{{LSL DefineRow||[[PI]]}} | |||
{{LSL DefineRow||[[DEG_TO_RAD]]}} | |||
|cat1=Math/Trigonometry | |cat1=Math/Trigonometry | ||
|cat2 | |cat2 |
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 |